Class NVTimelineSemaphore
java.lang.Object
org.lwjgl.opengl.NVTimelineSemaphore
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final int -
Method Summary
Modifier and TypeMethodDescriptionstatic intvoid glCreateSemaphoresNV(GLsizei n, GLuint * semaphores)static voidglCreateSemaphoresNV(int[] semaphores) void glCreateSemaphoresNV(GLsizei n, GLuint * semaphores)static voidglCreateSemaphoresNV(IntBuffer semaphores) void glCreateSemaphoresNV(GLsizei n, GLuint * semaphores)static voidglGetSemaphoreParameterivNV(int semaphore, int pname, int[] params) void glGetSemaphoreParameterivNV(GLuint semaphore, GLenum pname, GLint * params)static voidglGetSemaphoreParameterivNV(int semaphore, int pname, IntBuffer params) void glGetSemaphoreParameterivNV(GLuint semaphore, GLenum pname, GLint * params)static voidglSemaphoreParameterivNV(int semaphore, int pname, int[] params) void glSemaphoreParameterivNV(GLuint semaphore, GLenum pname, GLint const * params)static voidglSemaphoreParameterivNV(int semaphore, int pname, IntBuffer params) void glSemaphoreParameterivNV(GLuint semaphore, GLenum pname, GLint const * params)static voidnglCreateSemaphoresNV(int n, long semaphores) void glCreateSemaphoresNV(GLsizei n, GLuint * semaphores)static voidnglGetSemaphoreParameterivNV(int semaphore, int pname, long params) void glGetSemaphoreParameterivNV(GLuint semaphore, GLenum pname, GLint * params)static voidnglSemaphoreParameterivNV(int semaphore, int pname, long params) void glSemaphoreParameterivNV(GLuint semaphore, GLenum pname, GLint const * params)
-
Field Details
-
GL_SEMAPHORE_TYPE_NV
public static final int GL_SEMAPHORE_TYPE_NV- See Also:
-
GL_SEMAPHORE_TYPE_BINARY_NV
public static final int GL_SEMAPHORE_TYPE_BINARY_NV- See Also:
-
GL_SEMAPHORE_TYPE_TIMELINE_NV
public static final int GL_SEMAPHORE_TYPE_TIMELINE_NV- See Also:
-
GL_TIMELINE_SEMAPHORE_VALUE_NV
public static final int GL_TIMELINE_SEMAPHORE_VALUE_NV- See Also:
-
GL_MAX_TIMELINE_SEMAPHORE_VALUE_DIFFERENCE_NV
public static final int GL_MAX_TIMELINE_SEMAPHORE_VALUE_DIFFERENCE_NV- See Also:
-
-
Method Details
-
nglCreateSemaphoresNV
public static void nglCreateSemaphoresNV(int n, long semaphores) void glCreateSemaphoresNV(GLsizei n, GLuint * semaphores) -
glCreateSemaphoresNV
void glCreateSemaphoresNV(GLsizei n, GLuint * semaphores) -
glCreateSemaphoresNV
void glCreateSemaphoresNV(GLsizei n, GLuint * semaphores) -
nglSemaphoreParameterivNV
public static void nglSemaphoreParameterivNV(int semaphore, int pname, long params) void glSemaphoreParameterivNV(GLuint semaphore, GLenum pname, GLint const * params) -
glSemaphoreParameterivNV
public static void glSemaphoreParameterivNV(@NativeType("GLuint") int semaphore, @NativeType("GLenum") int pname, @NativeType("GLint const *") IntBuffer params) void glSemaphoreParameterivNV(GLuint semaphore, GLenum pname, GLint const * params) -
nglGetSemaphoreParameterivNV
public static void nglGetSemaphoreParameterivNV(int semaphore, int pname, long params) void glGetSemaphoreParameterivNV(GLuint semaphore, GLenum pname, GLint * params) -
glGetSemaphoreParameterivNV
public static void glGetSemaphoreParameterivNV(@NativeType("GLuint") int semaphore, @NativeType("GLenum") int pname, @NativeType("GLint *") IntBuffer params) void glGetSemaphoreParameterivNV(GLuint semaphore, GLenum pname, GLint * params) -
glCreateSemaphoresNV
void glCreateSemaphoresNV(GLsizei n, GLuint * semaphores) -
glSemaphoreParameterivNV
public static void glSemaphoreParameterivNV(@NativeType("GLuint") int semaphore, @NativeType("GLenum") int pname, @NativeType("GLint const *") int[] params) void glSemaphoreParameterivNV(GLuint semaphore, GLenum pname, GLint const * params) -
glGetSemaphoreParameterivNV
public static void glGetSemaphoreParameterivNV(@NativeType("GLuint") int semaphore, @NativeType("GLenum") int pname, @NativeType("GLint *") int[] params) void glGetSemaphoreParameterivNV(GLuint semaphore, GLenum pname, GLint * params)
-