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

Method create

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

Source from the content-addressed store, hash-verified

201}
202
203ref<Fbo> Fbo::create(ref<Device> pDevice)
204{
205 return ref<Fbo>(new Fbo(pDevice));
206}
207
208ref<Fbo> Fbo::create(ref<Device> pDevice, const std::vector<ref<Texture>>& colors, const ref<Texture>& pDepth)
209{

Callers

nothing calls this directly

Calls 5

attachColorTargetMethod · 0.80
createFunction · 0.70
sizeMethod · 0.45
finalizeMethod · 0.45

Tested by

no test coverage detected