sdl_gl_ctx: advertise GLSL support
This commit is contained in:
parent
13be887d2d
commit
ef0038de2a
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue