mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2025-01-24 00:25:06 +00:00
Add fallback definition for EGLuint64KHR
This commit is contained in:
parent
c2778e040a
commit
738813cbac
1 changed files with 4 additions and 0 deletions
|
@ -40,6 +40,10 @@ typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYIMAGEPROC) (EGLDisplay dpy, EGLIma
|
|||
typedef EGLDisplay (EGLAPIENTRYP PFNEGLGETPLATFORMDISPLAYPROC) (EGLenum platform, void *native_display, const EGLAttrib *attrib_list);
|
||||
#endif
|
||||
|
||||
#ifndef EGL_KHR_stream
|
||||
typedef uint64_t EGLuint64KHR;
|
||||
#endif
|
||||
|
||||
#if !defined(EGL_KHR_image) || !defined(EGL_EGLEXT_PROTOTYPES)
|
||||
// EGL_KHR_image technically uses EGLImageKHR instead of EGLImage, but they're compatible
|
||||
// so we swap them here to avoid mixing them all over the place
|
||||
|
|
Loading…
Reference in a new issue