mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 15:33:34 +00:00
yes
This commit is contained in:
24
Sources/Backends/OpenGL/EGL/EGLFunctions.h
git.filemode.normal_file
24
Sources/Backends/OpenGL/EGL/EGLFunctions.h
git.filemode.normal_file
@@ -0,0 +1,24 @@
|
||||
// Copyright (C) 2025 kanel
|
||||
// This file is part of "Pulse"
|
||||
// For conditions of distribution and use, see copyright notice in LICENSE
|
||||
|
||||
// No header guards
|
||||
|
||||
#ifndef PULSE_EGL_FUNCTION
|
||||
#error "You must define PULSE_EGL_FUNCTION before including this file"
|
||||
#endif
|
||||
|
||||
PULSE_EGL_FUNCTION(eglBindAPI, PFNEGLBINDAPIPROC)
|
||||
PULSE_EGL_FUNCTION(eglChooseConfig, PFNEGLCHOOSECONFIGPROC)
|
||||
PULSE_EGL_FUNCTION(eglCreateContext, PFNEGLCREATECONTEXTPROC)
|
||||
PULSE_EGL_FUNCTION(eglCreatePbufferSurface, PFNEGLCREATEPBUFFERSURFACEPROC)
|
||||
PULSE_EGL_FUNCTION(eglDestroyContext, PFNEGLDESTROYCONTEXTPROC)
|
||||
PULSE_EGL_FUNCTION(eglDestroySurface, PFNEGLDESTROYSURFACEPROC)
|
||||
PULSE_EGL_FUNCTION(eglGetConfigAttrib, PFNEGLGETCONFIGATTRIBPROC)
|
||||
PULSE_EGL_FUNCTION(eglGetDisplay, PFNEGLGETDISPLAYPROC)
|
||||
PULSE_EGL_FUNCTION(eglGetError, PFNEGLGETERRORPROC)
|
||||
PULSE_EGL_FUNCTION(eglGetProcAddress, PFNEGLGETPROCADDRESSPROC)
|
||||
PULSE_EGL_FUNCTION(eglInitialize, PFNEGLINITIALIZEPROC)
|
||||
PULSE_EGL_FUNCTION(eglMakeCurrent, PFNEGLMAKECURRENTPROC)
|
||||
PULSE_EGL_FUNCTION(eglQueryString, PFNEGLQUERYSTRINGPROC)
|
||||
PULSE_EGL_FUNCTION(eglTerminate, PFNEGLTERMINATEPROC)
|
||||
Reference in New Issue
Block a user