|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VertexAttributes | |
---|---|
com.badlogic.gdx.graphics | |
com.badlogic.gdx.graphics.glutils |
Uses of VertexAttributes in com.badlogic.gdx.graphics |
---|
Methods in com.badlogic.gdx.graphics that return VertexAttributes | |
---|---|
VertexAttributes |
Mesh.getVertexAttributes()
|
Constructors in com.badlogic.gdx.graphics with parameters of type VertexAttributes | |
---|---|
Mesh(boolean isStatic,
int maxVertices,
int maxIndices,
VertexAttributes attributes)
Creates a new Mesh with the given attributes. |
Uses of VertexAttributes in com.badlogic.gdx.graphics.glutils |
---|
Methods in com.badlogic.gdx.graphics.glutils that return VertexAttributes | |
---|---|
VertexAttributes |
VertexArray.getAttributes()
|
VertexAttributes |
VertexBufferObject.getAttributes()
|
VertexAttributes |
VertexBufferObjectSubData.getAttributes()
|
VertexAttributes |
VertexData.getAttributes()
|
Constructors in com.badlogic.gdx.graphics.glutils with parameters of type VertexAttributes | |
---|---|
VertexArray(int numVertices,
VertexAttributes attributes)
Constructs a new interleaved VertexArray |
|
VertexBufferObject(boolean isStatic,
int numVertices,
VertexAttributes attributes)
Constructs a new interleaved VertexBufferObject. |
|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |