Uses of Interface
com.badlogic.gdx.graphics.glutils.VertexData
-
Packages that use VertexData Package Description com.badlogic.gdx.graphics com.badlogic.gdx.graphics.glutils -
-
Uses of VertexData in com.badlogic.gdx.graphics
Constructors in com.badlogic.gdx.graphics with parameters of type VertexData Constructor Description Mesh(VertexData vertices, IndexData indices, boolean isVertexArray) -
Uses of VertexData in com.badlogic.gdx.graphics.glutils
Classes in com.badlogic.gdx.graphics.glutils that implement VertexData Modifier and Type Class Description classVertexArrayConvenience class for working with OpenGL vertex arrays.classVertexBufferObjectAVertexDataimplementation based on OpenGL vertex buffer objects.classVertexBufferObjectSubDataAVertexDataimplementation based on OpenGL vertex buffer objects.classVertexBufferObjectWithVAOAVertexDataimplementation that uses vertex buffer objects and vertex array objects.
-