Uses of Class
com.neovisionaries.android.opengl.VertexBufferType

Packages that use VertexBufferType
com.neovisionaries.android.opengl   
 

Uses of VertexBufferType in com.neovisionaries.android.opengl
 

Methods in com.neovisionaries.android.opengl that return VertexBufferType
 VertexBufferType VertexBuffer.getType()
          Get the type of this vertex buffer.
static VertexBufferType VertexBufferType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static VertexBufferType[] VertexBufferType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.neovisionaries.android.opengl with parameters of type VertexBufferType
VertexBuffer(VertexBufferType type)
          A constructor with a vertex buffer type.