MCPcopy Create free account
hub / github.com/GPUOpen-Effects/TressFX / SetResources

Method SetResources

src/DX12/DX12EngineInterfaceImpl.cpp:710–714  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

708}
709
710void EI_RenderTargetSet::SetResources(const EI_Resource** pResourcesArray)
711{
712 for (uint32_t i = 0; i < m_NumResources; ++i)
713 m_RenderResources[i] = pResourcesArray[i];
714}
715
716EI_RenderTargetSet::~EI_RenderTargetSet()
717{

Callers 1

CreateRenderTargetSetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected