xrt: typedef EGLenm too for GLES

Used in XrSwapchainStateSamplerOpenGLESFB added in OpenXR SDK 1.0.16
This commit is contained in:
Christoph Haag 2021-08-27 02:21:33 +02:00
parent 5e0891404e
commit cc4e46b3ec

View file

@ -33,6 +33,7 @@ typedef void *GLXContext;
typedef void *EGLDisplay;
typedef void *EGLContext;
typedef void *EGLConfig;
typedef unsigned int EGLenum;
typedef void (*__eglMustCastToProperFunctionPointerType)(void);
typedef __eglMustCastToProperFunctionPointerType (*PFNEGLGETPROCADDRESSPROC)(const char *procname);
#endif