| 1062 | } |
| 1063 | |
| 1064 | nvrhi::IFramebuffer* donut::app::DeviceManager::GetCurrentFramebuffer(bool withDepth) |
| 1065 | { |
| 1066 | return GetFramebuffer(GetCurrentBackBufferIndex(), withDepth); |
| 1067 | } |
| 1068 | |
| 1069 | nvrhi::IFramebuffer* donut::app::DeviceManager::GetFramebuffer(uint32_t index, bool withDepth) |
| 1070 | { |
nothing calls this directly
no outgoing calls
no test coverage detected