mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 16:00:08 +01:00
gles3: Update gl3.h
Contains a fix for Khronos bug 9557. Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
parent
8891b2f9c9
commit
51b64ce47b
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
#define __gl3_h_
|
#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>
|
#include <GLES3/gl3platform.h>
|
||||||
|
|
@ -796,7 +796,7 @@ typedef struct __GLsync *GLsync;
|
||||||
#define GL_TEXTURE_IMMUTABLE_FORMAT 0x912F
|
#define GL_TEXTURE_IMMUTABLE_FORMAT 0x912F
|
||||||
#define GL_MAX_ELEMENT_INDEX 0x8D6B
|
#define GL_MAX_ELEMENT_INDEX 0x8D6B
|
||||||
#define GL_NUM_SAMPLE_COUNTS 0x9380
|
#define GL_NUM_SAMPLE_COUNTS 0x9380
|
||||||
#define GL_TEXTURE_IMMUTABLE_LEVELS 0x8D63
|
#define GL_TEXTURE_IMMUTABLE_LEVELS 0x82DF
|
||||||
|
|
||||||
/*-------------------------------------------------------------------------
|
/*-------------------------------------------------------------------------
|
||||||
* Entrypoint definitions
|
* Entrypoint definitions
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue