|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VertexAttribute | |
---|---|
com.badlogic.gdx.graphics | |
com.badlogic.gdx.graphics.glutils |
Uses of VertexAttribute in com.badlogic.gdx.graphics |
---|
Methods in com.badlogic.gdx.graphics that return VertexAttribute | |
---|---|
VertexAttribute |
VertexAttributes.get(int index)
|
VertexAttribute |
Mesh.getVertexAttribute(int usage)
Returns the first VertexAttribute having the given VertexAttributes.Usage . |
Constructors in com.badlogic.gdx.graphics with parameters of type VertexAttribute | |
---|---|
Mesh(boolean isStatic,
int maxVertices,
int maxIndices,
VertexAttribute... attributes)
Creates a new Mesh with the given attributes. |
|
Mesh(Mesh.VertexDataType type,
boolean isStatic,
int maxVertices,
int maxIndices,
VertexAttribute... attributes)
Creates a new Mesh with the given attributes. |
|
VertexAttributes(VertexAttribute... attributes)
Constructor, sets the vertex attributes in a specific order |
Uses of VertexAttribute in com.badlogic.gdx.graphics.glutils |
---|
Constructors in com.badlogic.gdx.graphics.glutils with parameters of type VertexAttribute | |
---|---|
VertexArray(int numVertices,
VertexAttribute... attributes)
Constructs a new interleaved VertexArray |
|
VertexBufferObject(boolean isStatic,
int numVertices,
VertexAttribute... attributes)
Constructs a new interleaved VertexBufferObject. |
|
VertexBufferObjectSubData(boolean isStatic,
int numVertices,
VertexAttribute... attributes)
Constructs a new interleaved VertexBufferObject. |
|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |