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

EGL_ANDROID_create_native_client_buffer « 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: 7764b8988378d32114a9bc053e13a96718c4c490 (plain)
1
2
3
4
5
6
7
8
9
EGL_ANDROID_create_native_client_buffer
https://www.khronos.org/registry/egl/specs/eglspec.1.5.pdf
EGL_ANDROID_create_native_client_buffer

	EGL_NATIVE_BUFFER_USAGE_PROTECTED_BIT_ANDROID 0x00000001
	EGL_NATIVE_BUFFER_USAGE_RENDERBUFFER_BIT_ANDROID 0x00000002
	EGL_NATIVE_BUFFER_USAGE_TEXTURE_BIT_ANDROID 0x00000004
	EGL_NATIVE_BUFFER_USAGE_ANDROID 0x3143
	EGLClientBuffer  eglCreateNativeClientBufferANDROID (const EGLint * attrib_list)