|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextureRef | |
---|---|
com.badlogic.gdx.graphics | |
com.badlogic.gdx.graphics.g3d |
Uses of TextureRef in com.badlogic.gdx.graphics |
---|
Methods in com.badlogic.gdx.graphics that return TextureRef | |
---|---|
static TextureRef |
TextureDict.loadTexture(java.lang.String path)
Loads a new texture into the dictionary as a reference counted TextureRef . |
static TextureRef |
TextureDict.loadTexture(java.lang.String path,
Texture.TextureFilter minFilter,
Texture.TextureFilter magFilter,
Texture.TextureWrap uwrap,
Texture.TextureWrap vwrap)
Loads a new texture into the dictionary as a reference counted TextureRef . |
Uses of TextureRef in com.badlogic.gdx.graphics.g3d |
---|
Fields in com.badlogic.gdx.graphics.g3d declared as TextureRef | |
---|---|
TextureRef |
Material.Texture
|
|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |