Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/Falcor
/ Fbo
Method
Fbo
Source/Falcor/Core/API/FBO.cpp:223–226 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
221
}
222
223
Fbo::Fbo(ref<Device> pDevice) : mpDevice(pDevice)
224
{
225
mColorAttachments.resize(getMaxColorTargetCount());
226
}
227
228
Fbo::~Fbo()
229
{
Callers
nothing calls this directly
Calls
1
resize
Method · 0.45
Tested by
no test coverage detected