|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.lwjgl.opengl.ARBVertexAttribBinding
public final class ARBVertexAttribBinding
| Field Summary | |
|---|---|
static int |
GL_MAX_VERTEX_ATTRIB_BINDINGS
Accepted by the <pname> parameter of GetIntegerv, ... |
static int |
GL_MAX_VERTEX_ATTRIB_RELATIVE_OFFSET
Accepted by the <pname> parameter of GetIntegerv, ... |
static int |
GL_VERTEX_ATTRIB_BINDING
Accepted by the <pname> parameter of GetVertexAttrib*v: |
static int |
GL_VERTEX_ATTRIB_RELATIVE_OFFSET
Accepted by the <pname> parameter of GetVertexAttrib*v: |
static int |
GL_VERTEX_BINDING_DIVISOR
Accepted by the <target> parameter of GetBooleani_v, GetIntegeri_v, GetFloati_v, GetDoublei_v, and GetInteger64i_v: |
static int |
GL_VERTEX_BINDING_OFFSET
Accepted by the <target> parameter of GetBooleani_v, GetIntegeri_v, GetFloati_v, GetDoublei_v, and GetInteger64i_v: |
static int |
GL_VERTEX_BINDING_STRIDE
Accepted by the <target> parameter of GetBooleani_v, GetIntegeri_v, GetFloati_v, GetDoublei_v, and GetInteger64i_v: |
| Method Summary | |
|---|---|
static void |
glBindVertexBuffer(int bindingindex,
int buffer,
long offset,
int stride)
|
static void |
glVertexAttribBinding(int attribindex,
int bindingindex)
|
static void |
glVertexAttribFormat(int attribindex,
int size,
int type,
boolean normalized,
int relativeoffset)
|
static void |
glVertexAttribIFormat(int attribindex,
int size,
int type,
int relativeoffset)
|
static void |
glVertexAttribLFormat(int attribindex,
int size,
int type,
int relativeoffset)
|
static void |
glVertexBindingDivisor(int bindingindex,
int divisor)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int GL_VERTEX_ATTRIB_BINDING
public static final int GL_VERTEX_ATTRIB_RELATIVE_OFFSET
public static final int GL_VERTEX_BINDING_DIVISOR
public static final int GL_VERTEX_BINDING_OFFSET
public static final int GL_VERTEX_BINDING_STRIDE
public static final int GL_MAX_VERTEX_ATTRIB_RELATIVE_OFFSET
public static final int GL_MAX_VERTEX_ATTRIB_BINDINGS
| Method Detail |
|---|
public static void glBindVertexBuffer(int bindingindex,
int buffer,
long offset,
int stride)
public static void glVertexAttribFormat(int attribindex,
int size,
int type,
boolean normalized,
int relativeoffset)
public static void glVertexAttribIFormat(int attribindex,
int size,
int type,
int relativeoffset)
public static void glVertexAttribLFormat(int attribindex,
int size,
int type,
int relativeoffset)
public static void glVertexAttribBinding(int attribindex,
int bindingindex)
public static void glVertexBindingDivisor(int bindingindex,
int divisor)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||