Package org.lwjgl.opengl
Class EXTSemaphoreFD
- java.lang.Object
-
- org.lwjgl.opengl.EXTSemaphoreFD
-
public class EXTSemaphoreFD extends java.lang.ObjectNative bindings to the EXT_semaphore_fd extension.Building upon the OpenGL memory object and semaphore framework defined in EXT_external_objects this extension enables an OpenGL application to import a memory object or semaphore from POSIX file descriptor external handles.
Requires
EXT_semaphoreandARB_texture_storageor a version of OpenGL that incorporates it.
-
-
Field Summary
Fields Modifier and Type Field and Description static intGL_HANDLE_TYPE_OPAQUE_FD_EXTAccepted by thehandleTypeparameter of ImportMemoryFdEXT() or ImportSemaphoreFdEXT().
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidglImportSemaphoreFdEXT(int semaphore, int handleType, int fd)
-
-
-
Field Detail
-
GL_HANDLE_TYPE_OPAQUE_FD_EXT
public static final int GL_HANDLE_TYPE_OPAQUE_FD_EXT
Accepted by thehandleTypeparameter of ImportMemoryFdEXT() or ImportSemaphoreFdEXT().- See Also:
- Constant Field Values
-
-