mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 01:10:16 +01:00
glapi: define GLfixed, GLclampx types for ES 1
I'm not 100% sure this is the best fix, but it seems OK.
This commit is contained in:
parent
f6a49ac217
commit
2292c93bc0
1 changed files with 7 additions and 0 deletions
|
|
@ -87,4 +87,11 @@ NoOpUnused(void)
|
|||
#define UNUSED_TABLE_NAME __unused_noop_functions
|
||||
|
||||
|
||||
/*
|
||||
* Types needed when generating ES 1 functions.
|
||||
*/
|
||||
typedef int GLfixed;
|
||||
typedef int GLclampx;
|
||||
|
||||
|
||||
#include "glapi/glapitemp.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue