Uses of Interface
com.badlogic.gdx.graphics.Texture3DData
-
Packages that use Texture3DData Package Description com.badlogic.gdx.graphics com.badlogic.gdx.graphics.glutils -
-
Uses of Texture3DData in com.badlogic.gdx.graphics
Methods in com.badlogic.gdx.graphics that return Texture3DData Modifier and Type Method Description Texture3DDataTexture3D. getData()Constructors in com.badlogic.gdx.graphics with parameters of type Texture3DData Constructor Description Texture3D(Texture3DData data) -
Uses of Texture3DData in com.badlogic.gdx.graphics.glutils
Classes in com.badlogic.gdx.graphics.glutils that implement Texture3DData Modifier and Type Class Description classCustomTexture3DDataATexture3DDataimplementation that addresses 2 use cases : You can use it as a GL only texture (feed by a compute shader).
-