MCPcopy 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
223Fbo::Fbo(ref<Device> pDevice) : mpDevice(pDevice)
224{
225 mColorAttachments.resize(getMaxColorTargetCount());
226}
227
228Fbo::~Fbo()
229{

Callers

nothing calls this directly

Calls 1

resizeMethod · 0.45

Tested by

no test coverage detected