diff options
author | Dominick Allen <djallen@librehumanitas.org> | 2024-09-24 16:03:47 -0500 |
---|---|---|
committer | Dominick Allen <djallen@librehumanitas.org> | 2024-09-24 16:03:47 -0500 |
commit | 88864f8e3a4d87566d157ac176da3cb56257ca6d (patch) | |
tree | 10e37ca120877020aff3255a8fbd145da003a49d /src/sdl_context.hpp | |
parent | b4a17e3a28f31217c79faa160f5e6abd720da054 (diff) |
More work on standup.
Diffstat (limited to 'src/sdl_context.hpp')
-rw-r--r-- | src/sdl_context.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdl_context.hpp b/src/sdl_context.hpp index 7b96df7..77aad72 100644 --- a/src/sdl_context.hpp +++ b/src/sdl_context.hpp @@ -12,7 +12,7 @@ class SdlContext { int setAttribute(SDL_GLattr attr, int value) const; - consteval const char* glslVersion() + constexpr const char* glslVersion() { #if defined(IMGUI_IMPL_OPENGL_ES2) // GL ES 2.0 + GLSL 100 |