LookingGlass/client/renderers
Geoffrey McRae cce12508cc [egl] shader: fix reliance on null terminated strings
Compiled in resources often will not contain a null terminator, as such
we must not use functions that rely on it. This implements a memsearch
function that performs like strstr on a buffer instead of a null
terminated string.
2023-11-11 13:48:41 +11:00
..
EGL [egl] shader: fix reliance on null terminated strings 2023-11-11 13:48:41 +11:00
OpenGL [all] update cmake minimum version 2023-11-10 06:28:05 +11:00
CMakeLists.txt [all] update cmake minimum version 2023-11-10 06:28:05 +11:00