Class EXTX11SyncObject
java.lang.Object
org.lwjgl.opengl.EXTX11SyncObject
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic longglImportSyncEXT(int external_sync_type, long external_sync, int flags) GLsync glImportSyncEXT(GLenum external_sync_type, GLintptr external_sync, GLbitfield flags)
-
Field Details
-
GL_SYNC_X11_FENCE_EXT
public static final int GL_SYNC_X11_FENCE_EXT- See Also:
-
-
Method Details
-
glImportSyncEXT
@NativeType("GLsync") public static long glImportSyncEXT(@NativeType("GLenum") int external_sync_type, @NativeType("GLintptr") long external_sync, @NativeType("GLbitfield") int flags) GLsync glImportSyncEXT(GLenum external_sync_type, GLintptr external_sync, GLbitfield flags)
-