diff options
| author | Rye <rye@alchemyviewer.org> | 2025-11-04 22:34:26 -0500 |
|---|---|---|
| committer | Rye <rye@alchemyviewer.org> | 2025-11-05 03:30:22 -0500 |
| commit | 11cd181d42a510257549e6541c8e381666a5257c (patch) | |
| tree | 0307d1092b26214198246cabe8310924284ce56f /indra/llrender/llgl.cpp | |
| parent | 82a924829157f36bf186aadb24689670faf6b47d (diff) | |
Add GL constants needed for compatibility with physicsextensions_source package
Signed-off-by: Rye <rye@alchemyviewer.org>
Diffstat (limited to 'indra/llrender/llgl.cpp')
| -rw-r--r-- | indra/llrender/llgl.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/llrender/llgl.cpp b/indra/llrender/llgl.cpp index c45ad70758..d3720eb85c 100644 --- a/indra/llrender/llgl.cpp +++ b/indra/llrender/llgl.cpp @@ -52,10 +52,7 @@ #include <glm/gtc/matrix_access.hpp> #include "glm/gtc/type_ptr.hpp" -#if LL_MESA_HEADLESS -# include "GL/osmesa.h" -# define LL_GET_PROC_ADDRESS(func) OSMesaGetProcAddress(func) -#elif LL_SDL_WINDOW +#if LL_SDL_WINDOW # include "llwindowsdl.h" # include "SDL3/SDL.h" # define LL_GET_PROC_ADDRESS(func) SDL_GL_GetProcAddress(func) |
