libgdx API

Uses of Class
com.badlogic.gdx.graphics.VertexAttributes

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

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)