diff options
author | Matt Turner <[email protected]> | 2013-01-25 16:07:49 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2013-01-26 20:42:19 -0800 |
commit | 51b64ce47bd8ed5da185f4fb76e7a3d3238b72c2 (patch) | |
tree | f63ecf33619d5683723e16c1c8e218a61f06f978 /include | |
parent | 8891b2f9c91b2f6c8625184c23a10b8e55875dc0 (diff) |
gles3: Update gl3.h
Contains a fix for Khronos bug 9557.
Reviewed-by: Jordan Justen <[email protected]>
Diffstat (limited to 'include')
-rw-r--r-- | include/GLES3/gl3.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/GLES3/gl3.h b/include/GLES3/gl3.h index b9399e994be..09f2b533342 100644 --- a/include/GLES3/gl3.h +++ b/include/GLES3/gl3.h @@ -2,7 +2,7 @@ #define __gl3_h_ /* - * gl3.h last updated on $Date: 2012-09-12 10:13:02 -0700 (Wed, 12 Sep 2012) $ + * gl3.h last updated on $Date: 2012-10-03 07:52:40 -0700 (Wed, 03 Oct 2012) $ */ #include <GLES3/gl3platform.h> @@ -796,7 +796,7 @@ typedef struct __GLsync *GLsync; #define GL_TEXTURE_IMMUTABLE_FORMAT 0x912F #define GL_MAX_ELEMENT_INDEX 0x8D6B #define GL_NUM_SAMPLE_COUNTS 0x9380 -#define GL_TEXTURE_IMMUTABLE_LEVELS 0x8D63 +#define GL_TEXTURE_IMMUTABLE_LEVELS 0x82DF /*------------------------------------------------------------------------- * Entrypoint definitions |