Function gpa::playback::detail::PopulateRenderTargetBindingInfos(MetadataExtractor const&, uint64_t, BindingInfo&)

Function Documentation

inline void gpa::playback::detail::PopulateRenderTargetBindingInfos(MetadataExtractor const &metadataExtractor, uint64_t callIndex, BindingInfo &bindingInfo)

Populates a given BindingInfo's RenderTargetInfos from a given MetadataExtractor for a given call index.

Note

This function clears bindingInfo before populating it

Parameters
  • metadataExtractor -- [in] The MetadataExtractor to get the requested info objects from

  • callIndex -- [in] The call index to get the requested info objects for

  • bindingInfo -- [inout] The BindingInfo to populate