summaryrefslogtreecommitdiffstats
path: root/video/out/gl_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/gl_common.h')
-rw-r--r--video/out/gl_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/video/out/gl_common.h b/video/out/gl_common.h
index ac9efe5c41..6f7c8b8ce5 100644
--- a/video/out/gl_common.h
+++ b/video/out/gl_common.h
@@ -79,6 +79,8 @@ enum {
MPGL_CAP_TEX_RG = (1 << 10), // GL_ARB_texture_rg / GL 3.x
MPGL_CAP_VDPAU = (1 << 11), // GL_NV_vdpau_interop
MPGL_CAP_APPLE_RGB_422 = (1 << 12), // GL_APPLE_rgb_422
+ MPGL_CAP_1ST_CLASS_ARRAYS = (1 << 13),
+ MPGL_CAP_3D_TEX = (1 << 14),
MPGL_CAP_SW = (1 << 30), // indirect or sw renderer
};