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

Method GetCameraAttribsCB

PostProcess/Common/src/PostFXContext.cpp:363–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361}
362
363IBuffer* PostFXContext::GetCameraAttribsCB() const
364{
365 return m_Resources[RESOURCE_IDENTIFIER_CONSTANT_BUFFER];
366}
367
368void PostFXContext::ClearRenderTarget(const TextureOperationAttribs& Attribs, ITexture* pTexture, float ClearColor[])
369{

Calls

no outgoing calls

Tested by

no test coverage detected