mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 15:33:34 +00:00
working on OpenGL loading
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
#error "You must define PULSE_EGL_FUNCTION before including this file"
|
||||
#endif
|
||||
|
||||
#ifndef PULSE_EGL_FUNCTION_EXT
|
||||
#error "You must define PULSE_EGL_FUNCTION_EXT before including this file"
|
||||
#endif
|
||||
|
||||
PULSE_EGL_FUNCTION(eglBindAPI, PFNEGLBINDAPIPROC)
|
||||
PULSE_EGL_FUNCTION(eglChooseConfig, PFNEGLCHOOSECONFIGPROC)
|
||||
PULSE_EGL_FUNCTION(eglCreateContext, PFNEGLCREATECONTEXTPROC)
|
||||
@@ -22,3 +26,7 @@ PULSE_EGL_FUNCTION(eglInitialize, PFNEGLINITIALIZEPROC)
|
||||
PULSE_EGL_FUNCTION(eglMakeCurrent, PFNEGLMAKECURRENTPROC)
|
||||
PULSE_EGL_FUNCTION(eglQueryString, PFNEGLQUERYSTRINGPROC)
|
||||
PULSE_EGL_FUNCTION(eglTerminate, PFNEGLTERMINATEPROC)
|
||||
|
||||
PULSE_EGL_FUNCTION_EXT(eglQueryDevicesEXT, PFNEGLQUERYDEVICESEXTPROC)
|
||||
PULSE_EGL_FUNCTION_EXT(eglGetPlatformDisplayEXT, PFNEGLGETPLATFORMDISPLAYEXTPROC)
|
||||
PULSE_EGL_FUNCTION_EXT(eglQueryDeviceStringEXT, PFNEGLQUERYDEVICESTRINGEXTPROC)
|
||||
|
||||
Reference in New Issue
Block a user