MCPcopy Create free account
hub / github.com/DiligentGraphics/DiligentFX / InitializeSRB

Method InitializeSRB

PostProcess/Common/src/PostFXRenderTechnique.cpp:96–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96void PostFXRenderTechnique::InitializeSRB(bool InitStaticResources)
97{
98 SRB.Release();
99 PSO->CreateShaderResourceBinding(&SRB, InitStaticResources);
100}
101
102} // namespace Diligent

Calls

no outgoing calls

Tested by

no test coverage detected