Commit: f3fd6ca7f351d87e0d72012c835636cb0eff477e
Author: Christian Rauch
Date:   Sat Jun 25 01:11:08 2022 +0100
Branches: epoxy
https://developer.blender.org/rBf3fd6ca7f351d87e0d72012c835636cb0eff477e

OpenXR: replace GLEW by libepoxy

===================================================================

M       intern/ghost/intern/GHOST_Xr_openxr_includes.h

===================================================================

diff --git a/intern/ghost/intern/GHOST_Xr_openxr_includes.h 
b/intern/ghost/intern/GHOST_Xr_openxr_includes.h
index 9706f51c027..9f993ae45c2 100644
--- a/intern/ghost/intern/GHOST_Xr_openxr_includes.h
+++ b/intern/ghost/intern/GHOST_Xr_openxr_includes.h
@@ -29,11 +29,9 @@
 #endif
 #ifdef WITH_GHOST_X11
 #  ifdef WITH_GL_EGL
-/* TODO: Why do we have to create this typedef manually? */
-typedef void (*(*PFNEGLGETPROCADDRESSPROC)(const char *procname))(void);
-#    include <GL/eglew.h>
+#    include <epoxy/egl.h>
 #  else
-#    include <GL/glxew.h>
+#    include <epoxy/glx.h>
 #  endif
 #endif

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to