Class NVVertexBufferUnifiedMemory

java.lang.Object
org.lwjgl.opengl.NVVertexBufferUnifiedMemory

public class NVVertexBufferUnifiedMemory extends Object
  • Field Details

    • GL_VERTEX_ATTRIB_ARRAY_UNIFIED_NV

      public static final int GL_VERTEX_ATTRIB_ARRAY_UNIFIED_NV
      See Also:
    • GL_ELEMENT_ARRAY_UNIFIED_NV

      public static final int GL_ELEMENT_ARRAY_UNIFIED_NV
      See Also:
    • GL_VERTEX_ATTRIB_ARRAY_ADDRESS_NV

      public static final int GL_VERTEX_ATTRIB_ARRAY_ADDRESS_NV
      See Also:
    • GL_TEXTURE_COORD_ARRAY_ADDRESS_NV

      public static final int GL_TEXTURE_COORD_ARRAY_ADDRESS_NV
      See Also:
    • GL_VERTEX_ARRAY_ADDRESS_NV

      public static final int GL_VERTEX_ARRAY_ADDRESS_NV
      See Also:
    • GL_NORMAL_ARRAY_ADDRESS_NV

      public static final int GL_NORMAL_ARRAY_ADDRESS_NV
      See Also:
    • GL_COLOR_ARRAY_ADDRESS_NV

      public static final int GL_COLOR_ARRAY_ADDRESS_NV
      See Also:
    • GL_INDEX_ARRAY_ADDRESS_NV

      public static final int GL_INDEX_ARRAY_ADDRESS_NV
      See Also:
    • GL_EDGE_FLAG_ARRAY_ADDRESS_NV

      public static final int GL_EDGE_FLAG_ARRAY_ADDRESS_NV
      See Also:
    • GL_SECONDARY_COLOR_ARRAY_ADDRESS_NV

      public static final int GL_SECONDARY_COLOR_ARRAY_ADDRESS_NV
      See Also:
    • GL_FOG_COORD_ARRAY_ADDRESS_NV

      public static final int GL_FOG_COORD_ARRAY_ADDRESS_NV
      See Also:
    • GL_ELEMENT_ARRAY_ADDRESS_NV

      public static final int GL_ELEMENT_ARRAY_ADDRESS_NV
      See Also:
    • GL_VERTEX_ATTRIB_ARRAY_LENGTH_NV

      public static final int GL_VERTEX_ATTRIB_ARRAY_LENGTH_NV
      See Also:
    • GL_TEXTURE_COORD_ARRAY_LENGTH_NV

      public static final int GL_TEXTURE_COORD_ARRAY_LENGTH_NV
      See Also:
    • GL_VERTEX_ARRAY_LENGTH_NV

      public static final int GL_VERTEX_ARRAY_LENGTH_NV
      See Also:
    • GL_NORMAL_ARRAY_LENGTH_NV

      public static final int GL_NORMAL_ARRAY_LENGTH_NV
      See Also:
    • GL_COLOR_ARRAY_LENGTH_NV

      public static final int GL_COLOR_ARRAY_LENGTH_NV
      See Also:
    • GL_INDEX_ARRAY_LENGTH_NV

      public static final int GL_INDEX_ARRAY_LENGTH_NV
      See Also:
    • GL_EDGE_FLAG_ARRAY_LENGTH_NV

      public static final int GL_EDGE_FLAG_ARRAY_LENGTH_NV
      See Also:
    • GL_SECONDARY_COLOR_ARRAY_LENGTH_NV

      public static final int GL_SECONDARY_COLOR_ARRAY_LENGTH_NV
      See Also:
    • GL_FOG_COORD_ARRAY_LENGTH_NV

      public static final int GL_FOG_COORD_ARRAY_LENGTH_NV
      See Also:
    • GL_ELEMENT_ARRAY_LENGTH_NV

      public static final int GL_ELEMENT_ARRAY_LENGTH_NV
      See Also:
  • Method Details

    • glBufferAddressRangeNV

      public static void glBufferAddressRangeNV(@NativeType("GLenum") int pname, @NativeType("GLuint") int index, @NativeType("GLuint64EXT") long address, @NativeType("GLsizeiptr") long length)
      void glBufferAddressRangeNV(GLenum pname, GLuint index, GLuint64EXT address, GLsizeiptr length)
    • glVertexFormatNV

      public static void glVertexFormatNV(@NativeType("GLint") int size, @NativeType("GLenum") int type, @NativeType("GLsizei") int stride)
      void glVertexFormatNV(GLint size, GLenum type, GLsizei stride)
    • glNormalFormatNV

      public static void glNormalFormatNV(@NativeType("GLenum") int type, @NativeType("GLsizei") int stride)
      void glNormalFormatNV(GLenum type, GLsizei stride)
    • glColorFormatNV

      public static void glColorFormatNV(@NativeType("GLint") int size, @NativeType("GLenum") int type, @NativeType("GLsizei") int stride)
      void glColorFormatNV(GLint size, GLenum type, GLsizei stride)
    • glIndexFormatNV

      public static void glIndexFormatNV(@NativeType("GLenum") int type, @NativeType("GLsizei") int stride)
      void glIndexFormatNV(GLenum type, GLsizei stride)
    • glTexCoordFormatNV

      public static void glTexCoordFormatNV(@NativeType("GLint") int size, @NativeType("GLenum") int type, @NativeType("GLsizei") int stride)
      void glTexCoordFormatNV(GLint size, GLenum type, GLsizei stride)
    • glEdgeFlagFormatNV

      public static void glEdgeFlagFormatNV(@NativeType("GLsizei") int stride)
      void glEdgeFlagFormatNV(GLsizei stride)
    • glSecondaryColorFormatNV

      public static void glSecondaryColorFormatNV(@NativeType("GLint") int size, @NativeType("GLenum") int type, @NativeType("GLsizei") int stride)
      void glSecondaryColorFormatNV(GLint size, GLenum type, GLsizei stride)
    • glFogCoordFormatNV

      public static void glFogCoordFormatNV(@NativeType("GLenum") int type, @NativeType("GLsizei") int stride)
      void glFogCoordFormatNV(GLenum type, GLsizei stride)
    • glVertexAttribFormatNV

      public static void glVertexAttribFormatNV(@NativeType("GLuint") int index, @NativeType("GLint") int size, @NativeType("GLenum") int type, @NativeType("GLboolean") boolean normalized, @NativeType("GLsizei") int stride)
      void glVertexAttribFormatNV(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride)
    • glVertexAttribIFormatNV

      public static void glVertexAttribIFormatNV(@NativeType("GLuint") int index, @NativeType("GLint") int size, @NativeType("GLenum") int type, @NativeType("GLsizei") int stride)
      void glVertexAttribIFormatNV(GLuint index, GLint size, GLenum type, GLsizei stride)
    • nglGetIntegerui64i_vNV

      public static void nglGetIntegerui64i_vNV(int value, int index, long result)
      void glGetIntegerui64i_vNV(GLenum value, GLuint index, GLuint64EXT * result)
    • glGetIntegerui64i_vNV

      public static void glGetIntegerui64i_vNV(@NativeType("GLenum") int value, @NativeType("GLuint") int index, @NativeType("GLuint64EXT *") LongBuffer result)
      void glGetIntegerui64i_vNV(GLenum value, GLuint index, GLuint64EXT * result)
    • glGetIntegerui64iNV

      @NativeType("void") public static long glGetIntegerui64iNV(@NativeType("GLenum") int value, @NativeType("GLuint") int index)
      void glGetIntegerui64i_vNV(GLenum value, GLuint index, GLuint64EXT * result)
    • glGetIntegerui64i_vNV

      public static void glGetIntegerui64i_vNV(@NativeType("GLenum") int value, @NativeType("GLuint") int index, @NativeType("GLuint64EXT *") long[] result)
      void glGetIntegerui64i_vNV(GLenum value, GLuint index, GLuint64EXT * result)