MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / finalize

Method finalize

Source/Falcor/Core/API/FBO.cpp:493–500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491}
492
493void Fbo::finalize() const
494{
495 if (mpDesc == nullptr)
496 {
497 calcAndValidateProperties();
498 initFramebuffer();
499 }
500}
501
502void Fbo::setSamplePositions(uint32_t samplesPerPixel, uint32_t pixelCount, const SamplePosition positions[])
503{

Callers 1

createMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected