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

Method getGfxFramebuffer

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

Source from the content-addressed store, hash-verified

231}
232
233gfx::IFramebuffer* Fbo::getGfxFramebuffer() const
234{
235 if (mHandleDirty)
236 {
237 initFramebuffer();
238 }
239 return mGfxFramebuffer;
240}
241
242uint32_t Fbo::getMaxColorTargetCount()
243{

Callers 1

drawCallCommonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected