diff options
Diffstat (limited to 'video/out/gl_common.h')
-rw-r--r-- | video/out/gl_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/gl_common.h b/video/out/gl_common.h index 41335e2706..3f0f999eaa 100644 --- a/video/out/gl_common.h +++ b/video/out/gl_common.h @@ -70,6 +70,7 @@ mp_image_t *glGetWindowScreenshot(GL *gl); enum { MPGL_CAP_GL_LEGACY = (1 << 1), // GL 1.1 (excluding 3.x) MPGL_CAP_GL21 = (1 << 3), // GL 2.1+ (excluding legacy) + MPGL_CAP_ROW_LENGTH = (1 << 4), // GL_[UN]PACK_ROW_LENGTH MPGL_CAP_FB = (1 << 5), MPGL_CAP_VAO = (1 << 6), MPGL_CAP_SRGB_TEX = (1 << 7), |