mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 10:02:17 +00:00
vo_opengl: add detection for the ES texture_rg extension
This commit is contained in:
parent
84ccebd9b9
commit
bd41a3ab62
@ -228,6 +228,12 @@ static const struct gl_functions gl_functions[] = {
|
||||
.extension = "GL_ARB_texture_rg",
|
||||
.provides = MPGL_CAP_TEX_RG,
|
||||
},
|
||||
{
|
||||
.ver_core = 300,
|
||||
.ver_es_core = 300,
|
||||
.extension = "GL_EXT_texture_rg",
|
||||
.provides = MPGL_CAP_TEX_RG,
|
||||
},
|
||||
// GL_R16 etc.
|
||||
{
|
||||
.extension = "GL_EXT_texture_norm16",
|
||||
|
Loading…
Reference in New Issue
Block a user