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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user