Package org.lwjgl.opengl
Class NVTimelineSemaphore
java.lang.Object
org.lwjgl.opengl.NVTimelineSemaphore
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
void glCreateSemaphoresNV(GLsizei n, GLuint * semaphores)
static void
glCreateSemaphoresNV
(int[] semaphores) void glCreateSemaphoresNV(GLsizei n, GLuint * semaphores)
static void
glCreateSemaphoresNV
(IntBuffer semaphores) void glCreateSemaphoresNV(GLsizei n, GLuint * semaphores)
static void
glGetSemaphoreParameterivNV
(int semaphore, int pname, int[] params) void glGetSemaphoreParameterivNV(GLuint semaphore, GLenum pname, GLint * params)
static void
glGetSemaphoreParameterivNV
(int semaphore, int pname, IntBuffer params) void glGetSemaphoreParameterivNV(GLuint semaphore, GLenum pname, GLint * params)
static void
glSemaphoreParameterivNV
(int semaphore, int pname, int[] params) void glSemaphoreParameterivNV(GLuint semaphore, GLenum pname, GLint const * params)
static void
glSemaphoreParameterivNV
(int semaphore, int pname, IntBuffer params) void glSemaphoreParameterivNV(GLuint semaphore, GLenum pname, GLint const * params)
static void
nglCreateSemaphoresNV
(int n, long semaphores) void glCreateSemaphoresNV(GLsizei n, GLuint * semaphores)
static void
nglGetSemaphoreParameterivNV
(int semaphore, int pname, long params) void glGetSemaphoreParameterivNV(GLuint semaphore, GLenum pname, GLint * params)
static void
nglSemaphoreParameterivNV
(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
public static int 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
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
void glGetSemaphoreParameterivNV(GLuint semaphore, GLenum pname, GLint * params)
-
glCreateSemaphoresNV
public static void glCreateSemaphoresNV(int[] semaphores) void glCreateSemaphoresNV(GLsizei n, GLuint * semaphores)
-
glSemaphoreParameterivNV
public static void glSemaphoreParameterivNV(int semaphore, int pname, int[] params) void glSemaphoreParameterivNV(GLuint semaphore, GLenum pname, GLint const * params)
-
glGetSemaphoreParameterivNV
public static void glGetSemaphoreParameterivNV(int semaphore, int pname, int[] params) void glGetSemaphoreParameterivNV(GLuint semaphore, GLenum pname, GLint * params)
-