Welcome to mirror list, hosted at ThFree Co, Russian Federation.

EGL_KHR_image « gl « extensions « auto « glew-2.0.0 « Libraries - github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c72f09de737d5fa64e28240263566fc202e2c75b (plain)
1
2
3
4
5
6
7
8
EGL_KHR_image
https://www.khronos.org/registry/egl/specs/eglspec.1.5.pdf
EGL_KHR_image

	EGL_NO_IMAGE_KHR ((EGLImageKHR)0)
	EGL_NATIVE_PIXMAP_KHR 0x30B0
	EGLImageKHR  eglCreateImageKHR (EGLDisplay  dpy, EGLContext  ctx, EGLenum  target, EGLClientBuffer  buffer, const EGLint * attrib_list)
	EGLBoolean  eglDestroyImageKHR (EGLDisplay  dpy, EGLImageKHR  image)