Files
P3DS-test/include
Wunkolo dbf0597bd8 Add DebugScope utility-class for RAII-based OpenGL debug-scopes
Simply define this object in a C++ scope like:
```cpp
OpenGL::DebugScope glScope("Renderer::display");
```
and it will associate all functions within the current scope within a
named group. Supports `printf` formatting.
2023-06-20 10:10:11 -07:00
..
2023-06-16 20:09:37 +02:00
2023-06-16 05:48:33 -07:00
2023-04-18 20:42:17 +03:00
2022-09-28 19:05:03 +03:00
2023-06-17 11:26:18 +02:00
2023-04-11 01:11:20 +03:00
2023-06-03 01:43:46 +03:00
2023-06-11 13:14:35 +03:00
2023-05-01 20:37:48 +03:00