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

Method CreateResourceBinding

PBR/src/PBR_Renderer.cpp:1769–1772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1767}
1768
1769void PBR_Renderer::CreateResourceBinding(IShaderResourceBinding** ppSRB, Uint32 Idx) const
1770{
1771 m_ResourceSignatures[Idx]->CreateShaderResourceBinding(ppSRB, true);
1772}
1773
1774PBR_Renderer::PsoCacheAccessor PBR_Renderer::GetPsoCacheAccessor(const GraphicsPipelineDesc& GraphicsDesc)
1775{

Callers 2

CommitResourcesMethod · 0.80
UpdateSRBMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected