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

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

	EGL_NO_FILE_DESCRIPTOR_KHR ((EGLNativeFileDescriptorKHR)(-1))
	EGLStreamKHR  eglCreateStreamFromFileDescriptorKHR (EGLDisplay  dpy, EGLNativeFileDescriptorKHR  file_descriptor)
	EGLNativeFileDescriptorKHR  eglGetStreamFileDescriptorKHR (EGLDisplay  dpy, EGLStreamKHR  stream)