Class NVTimelineSemaphore

java.lang.Object
org.lwjgl.opengles.NVTimelineSemaphore

public class NVTimelineSemaphore extends Object
  • 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

      public static void glCreateSemaphoresNV(@NativeType("GLuint *") IntBuffer semaphores)
      void glCreateSemaphoresNV(GLsizei n, GLuint * semaphores)
    • glCreateSemaphoresNV

      @NativeType("void") 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

      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

      public static void glCreateSemaphoresNV(@NativeType("GLuint *") int[] semaphores)
      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)