LookingGlass/client/renderers
Quantum 85a96d1e06 [client] all: use DEBUG_UNREACHABLE instead of assert
Due to the way assert is defined in standard C, compilers in release mode
will not treat it as unreachable. This explains a lot about those pesky
uninitialized variable bugs, actually.
2021-08-14 12:19:07 +10:00
..
EGL [client] all: use DEBUG_UNREACHABLE instead of assert 2021-08-14 12:19:07 +10:00
OpenGL [client] opengl: refactor to use project naming standards 2021-08-08 17:21:25 +10:00
CMakeLists.txt [client] interface: rename LG_Renderer to LG_RendererOps 2021-08-08 14:43:04 +10:00