| 443 | } |
| 444 | |
| 445 | void 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 | |
| 457 | int live_update_countdown = 0; |
| 458 |
no outgoing calls
no test coverage detected