mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 00:49:48 +00:00
Make EGL use ctxconfig instead of wndconfig
This commit is contained in:
committed by
Camilla Berglund
parent
22c5192b3d
commit
b2b3f170a9
+1
-1
@@ -84,7 +84,7 @@ typedef struct _GLFWlibraryEGL
|
||||
int _glfwInitContextAPI(void);
|
||||
void _glfwTerminateContextAPI(void);
|
||||
int _glfwCreateContext(_GLFWwindow* window,
|
||||
const _GLFWwndconfig* wndconfig,
|
||||
const _GLFWctxconfig* ctxconfig,
|
||||
const _GLFWfbconfig* fbconfig);
|
||||
void _glfwDestroyContext(_GLFWwindow* window);
|
||||
int _glfwAnalyzeContext(const _GLFWwindow* window,
|
||||
|
||||
Reference in New Issue
Block a user