MCPcopy Create free account
hub / github.com/NVIDIA-RTX/Donut / GetCurrentFramebuffer

Method GetCurrentFramebuffer

src/app/DeviceManager.cpp:1064–1067  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1062}
1063
1064nvrhi::IFramebuffer* donut::app::DeviceManager::GetCurrentFramebuffer(bool withDepth)
1065{
1066 return GetFramebuffer(GetCurrentBackBufferIndex(), withDepth);
1067}
1068
1069nvrhi::IFramebuffer* donut::app::DeviceManager::GetFramebuffer(uint32_t index, bool withDepth)
1070{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected