Uses of Interface
com.badlogic.gdx.graphics.g3d.utils.TextureBinder
-
Packages that use TextureBinder Package Description com.badlogic.gdx.graphics.g3d.utils -
-
Uses of TextureBinder in com.badlogic.gdx.graphics.g3d.utils
Classes in com.badlogic.gdx.graphics.g3d.utils that implement TextureBinder Modifier and Type Class Description classDefaultTextureBinderClass that you assign a range of texture units and binds textures for you within that range.Fields in com.badlogic.gdx.graphics.g3d.utils declared as TextureBinder Modifier and Type Field Description TextureBinderRenderContext. textureBinderused to bind texturesConstructors in com.badlogic.gdx.graphics.g3d.utils with parameters of type TextureBinder Constructor Description RenderContext(TextureBinder textures)
-