summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/gl_headers.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl/gl_headers.h')
-rw-r--r--video/out/opengl/gl_headers.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/video/out/opengl/gl_headers.h b/video/out/opengl/gl_headers.h
index 74a4947137..8f201bb64c 100644
--- a/video/out/opengl/gl_headers.h
+++ b/video/out/opengl/gl_headers.h
@@ -48,7 +48,9 @@
// --- GL 1.5
+#define GL_READ_ONLY 0x88B8
#define GL_WRITE_ONLY 0x88B9
+#define GL_READ_WRITE 0x88BA
// --- GL 3.0
@@ -77,6 +79,10 @@
#define GL_DYNAMIC_STORAGE_BIT 0x0100
#define GL_CLIENT_STORAGE_BIT 0x0200
+// -- GL 4.3 or GL_ARB_compute_shader
+
+#define GL_COMPUTE_SHADER 0x91B9
+
// --- GL_NV_vdpau_interop
#define GLvdpauSurfaceNV GLintptr