Package org.lwjgl.opengl
Class NVVertexBufferUnifiedMemory
java.lang.Object
org.lwjgl.opengl.NVVertexBufferUnifiedMemory
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
glBufferAddressRangeNV
(int pname, int index, long address, long length) void glBufferAddressRangeNV(GLenum pname, GLuint index, GLuint64EXT address, GLsizeiptr length)
static void
glColorFormatNV
(int size, int type, int stride) void glColorFormatNV(GLint size, GLenum type, GLsizei stride)
static void
glEdgeFlagFormatNV
(int stride) void glEdgeFlagFormatNV(GLsizei stride)
static void
glFogCoordFormatNV
(int type, int stride) void glFogCoordFormatNV(GLenum type, GLsizei stride)
static void
glGetIntegerui64i_vNV
(int value, int index, long[] result) void glGetIntegerui64i_vNV(GLenum value, GLuint index, GLuint64EXT * result)
static void
glGetIntegerui64i_vNV
(int value, int index, LongBuffer result) void glGetIntegerui64i_vNV(GLenum value, GLuint index, GLuint64EXT * result)
static long
glGetIntegerui64iNV
(int value, int index) void glGetIntegerui64i_vNV(GLenum value, GLuint index, GLuint64EXT * result)
static void
glIndexFormatNV
(int type, int stride) void glIndexFormatNV(GLenum type, GLsizei stride)
static void
glNormalFormatNV
(int type, int stride) void glNormalFormatNV(GLenum type, GLsizei stride)
static void
glSecondaryColorFormatNV
(int size, int type, int stride) void glSecondaryColorFormatNV(GLint size, GLenum type, GLsizei stride)
static void
glTexCoordFormatNV
(int size, int type, int stride) void glTexCoordFormatNV(GLint size, GLenum type, GLsizei stride)
static void
glVertexAttribFormatNV
(int index, int size, int type, boolean normalized, int stride) void glVertexAttribFormatNV(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride)
static void
glVertexAttribIFormatNV
(int index, int size, int type, int stride) void glVertexAttribIFormatNV(GLuint index, GLint size, GLenum type, GLsizei stride)
static void
glVertexFormatNV
(int size, int type, int stride) void glVertexFormatNV(GLint size, GLenum type, GLsizei stride)
static void
nglGetIntegerui64i_vNV
(int value, int index, long result) void glGetIntegerui64i_vNV(GLenum value, GLuint index, GLuint64EXT * result)
-
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(int pname, int index, long address, long length) void glBufferAddressRangeNV(GLenum pname, GLuint index, GLuint64EXT address, GLsizeiptr length)
-
glVertexFormatNV
public static void glVertexFormatNV(int size, int type, int stride) void glVertexFormatNV(GLint size, GLenum type, GLsizei stride)
-
glNormalFormatNV
public static void glNormalFormatNV(int type, int stride) void glNormalFormatNV(GLenum type, GLsizei stride)
-
glColorFormatNV
public static void glColorFormatNV(int size, int type, int stride) void glColorFormatNV(GLint size, GLenum type, GLsizei stride)
-
glIndexFormatNV
public static void glIndexFormatNV(int type, int stride) void glIndexFormatNV(GLenum type, GLsizei stride)
-
glTexCoordFormatNV
public static void glTexCoordFormatNV(int size, int type, int stride) void glTexCoordFormatNV(GLint size, GLenum type, GLsizei stride)
-
glEdgeFlagFormatNV
public static void glEdgeFlagFormatNV(int stride) void glEdgeFlagFormatNV(GLsizei stride)
-
glSecondaryColorFormatNV
public static void glSecondaryColorFormatNV(int size, int type, int stride) void glSecondaryColorFormatNV(GLint size, GLenum type, GLsizei stride)
-
glFogCoordFormatNV
public static void glFogCoordFormatNV(int type, int stride) void glFogCoordFormatNV(GLenum type, GLsizei stride)
-
glVertexAttribFormatNV
public static void glVertexAttribFormatNV(int index, int size, int type, boolean normalized, int stride) void glVertexAttribFormatNV(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride)
-
glVertexAttribIFormatNV
public static void glVertexAttribIFormatNV(int index, int size, int type, 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
void glGetIntegerui64i_vNV(GLenum value, GLuint index, GLuint64EXT * result)
-
glGetIntegerui64iNV
public static long glGetIntegerui64iNV(int value, int index) void glGetIntegerui64i_vNV(GLenum value, GLuint index, GLuint64EXT * result)
-
glGetIntegerui64i_vNV
public static void glGetIntegerui64i_vNV(int value, int index, long[] result) void glGetIntegerui64i_vNV(GLenum value, GLuint index, GLuint64EXT * result)
-