mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 04:36:07 +00:00
xrt: typedef EGLenm too for GLES
Used in XrSwapchainStateSamplerOpenGLESFB added in OpenXR SDK 1.0.16
This commit is contained in:
parent
5e0891404e
commit
cc4e46b3ec
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue