mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
glapi: Include glheader.h in glapi_nop.c.
In addition to OpenGL headers, glheader.h also defines OpenGL ES types that are used in core Mesa or ES overlay.
This commit is contained in:
parent
fe33b7083b
commit
4b770d1a11
1 changed files with 1 additions and 7 deletions
|
|
@ -39,6 +39,7 @@
|
|||
|
||||
|
||||
#include "main/compiler.h"
|
||||
#include "main/glheader.h"
|
||||
#include "glapi/glapi.h"
|
||||
|
||||
|
||||
|
|
@ -87,11 +88,4 @@ 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