libgdx API

Uses of Class
com.badlogic.gdx.graphics.TextureRef

Packages that use TextureRef
com.badlogic.gdx.graphics   
 

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)
          Deprecated. 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)
          Deprecated. Loads a new texture into the dictionary as a reference counted TextureRef.
 


libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)