summaryrefslogtreecommitdiff
path: root/dispatch
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2014-12-15 16:34:45 +0000
committerJosé Fonseca <jfonseca@vmware.com>2014-12-15 16:48:20 +0000
commit631dbd1b133f09d83f526292ab8996e46b1e7654 (patch)
tree11a8d16e020a80d9545b30f6678bbbe036ec5071 /dispatch
parenta4210e2dab7cdc5896ee2cc2de0cddb44e2fe640 (diff)
gltrace: Implement VMWX_map_buffer_debug
Diffstat (limited to 'dispatch')
-rw-r--r--dispatch/glimports.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/dispatch/glimports.hpp b/dispatch/glimports.hpp
index 44f2a0f3..e82b1231 100644
--- a/dispatch/glimports.hpp
+++ b/dispatch/glimports.hpp
@@ -85,6 +85,10 @@
#define GL_TRANSPOSE_PROJECTIVE_3D_NV 0x9099
+// GL_VMWX_map_buffer_debug
+#define GL_MAP_NOTIFY_EXPLICIT_BIT_VMWX 0x80000000
+
+
#if defined(_WIN32)
#include <GL/wglext.h>