summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-12-30 10:16:01 -0700
committerBrian Paul <brianp@vmware.com>2009-12-30 10:16:01 -0700
commit802b80893943cf129039a37fb2afe26444b09332 (patch)
tree309accdb5aecc2da7b5a824ef288a981152aa866 /src/mesa/main/mtypes.h
parent1ec6de9f948b45e24ecd0e039819e90863ec9646 (diff)
mesa: implement GL3 GL_NUM_EXTENSIONS query
Diffstat (limited to 'src/mesa/main/mtypes.h')
-rw-r--r--src/mesa/main/mtypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 3a48c8bf00..849d1689c3 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -2512,6 +2512,8 @@ struct gl_extensions
GLboolean S3_s3tc;
/** The extension string */
const GLubyte *String;
+ /** Number of supported extensions */
+ GLuint Count;
};