Uses of Interface
com.badlogic.gdx.graphics.glutils.IndexData
-
Packages that use IndexData Package Description com.badlogic.gdx.graphics com.badlogic.gdx.graphics.glutils -
-
Uses of IndexData in com.badlogic.gdx.graphics
Constructors in com.badlogic.gdx.graphics with parameters of type IndexData Constructor Description Mesh(VertexData vertices, IndexData indices, boolean isVertexArray) -
Uses of IndexData in com.badlogic.gdx.graphics.glutils
Classes in com.badlogic.gdx.graphics.glutils that implement IndexData Modifier and Type Class Description classIndexArrayclassIndexBufferObjectIn IndexBufferObject wraps OpenGL's index buffer functionality to be used in conjunction with VBOs.classIndexBufferObjectSubDataIndexBufferObject wraps OpenGL's index buffer functionality to be used in conjunction with VBOs.
-