Package org.lwjgl.opengl
Class EXTSemaphoreFD
java.lang.Object
org.lwjgl.opengl.EXTSemaphoreFD
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic void
glImportSemaphoreFdEXT
(int semaphore, int handleType, int fd) void glImportSemaphoreFdEXT(GLuint semaphore, GLenum handleType, GLint fd)
-
Field Details
-
GL_HANDLE_TYPE_OPAQUE_FD_EXT
public static final int GL_HANDLE_TYPE_OPAQUE_FD_EXT- See Also:
-
-
Method Details
-
glImportSemaphoreFdEXT
public static void glImportSemaphoreFdEXT(int semaphore, int handleType, int fd) void glImportSemaphoreFdEXT(GLuint semaphore, GLenum handleType, GLint fd)
-