Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/Falcor
/ Desc
Method
Desc
Source/Falcor/Core/API/FBO.cpp:198–201 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
196
}
197
198
Fbo::Desc::Desc()
199
{
200
mColorTargets.resize(Fbo::getMaxColorTargetCount());
201
}
202
203
ref<Fbo> Fbo::create(ref<Device> pDevice)
204
{
Callers
nothing calls this directly
Calls
1
resize
Method · 0.45
Tested by
no test coverage detected