MCPcopy Create free account
hub / github.com/DiligentGraphics/DiligentFX / ~PBR_Renderer

Method ~PBR_Renderer

PBR/src/PBR_Renderer.cpp:433–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431}
432
433PBR_Renderer::~PBR_Renderer()
434{
435#ifdef DILIGENT_DEVELOPMENT
436 {
437 size_t NumPSOs = 0;
438 for (const auto& it : m_PSOs)
439 {
440 NumPSOs += it.second.size();
441 }
442 LOG_INFO_MESSAGE("PBR Renderer objects: PSO: ", NumPSOs, "; VS: ", m_VertexShaders.size(), "; PS: ", m_PixelShaders.size());
443 }
444#endif
445}
446
447void PBR_Renderer::PrecomputeBRDF(IDeviceContext* pCtx,
448 Uint32 NumBRDFSamples)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected