sdl_gl_ctx: advertise GLSL support

This commit is contained in:
nia 2020-05-29 18:03:25 +01:00
parent 13be887d2d
commit ef0038de2a

View File

@ -407,6 +407,8 @@ static uint32_t sdl_ctx_get_flags(void *data)
{
uint32_t flags = 0;
BIT32_SET(flags, GFX_CTX_FLAGS_SHADERS_GLSL);
return flags;
}