Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
233
gfx::IFramebuffer* Fbo::getGfxFramebuffer() const
234
{
235
if (mHandleDirty)
236
{
237
initFramebuffer();
238
}
239
return mGfxFramebuffer;
240
}
241
242
uint32_t Fbo::getMaxColorTargetCount()
243
{
Callers
1
drawCallCommon
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected