MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / PopGPUProfileRange

Function PopGPUProfileRange

Source/Main/engine.cpp:445–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

443}
444
445void PopGPUProfileRange() {
446#ifdef USE_NVTX_PROFILER
447 nvtxRangePop();
448#endif
449
450#ifdef GLDEBUG
451 if (GLAD_GL_KHR_debug) {
452 glPopDebugGroup();
453 }
454#endif // GLDEBUG
455}
456
457int live_update_countdown = 0;
458

Callers 3

DrawSceneMethod · 0.85
DrawMethod · 0.85
DrawImGuiCameraPreviewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected