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

Function Documentation

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

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

Note

This function does not clear bindingInfo before populating it

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

  • usage -- [in] The ResourceInfo::Usage to get the requested info objects for

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

  • bindingInfo -- [inout] The BindingInfo to populate