|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextureImpl | |
---|---|
org.newdawn.slick.opengl | This package contains the nitty gritty image manipulation code for using OpenGL with standard image formats. |
Uses of TextureImpl in org.newdawn.slick.opengl |
---|
Subclasses of TextureImpl in org.newdawn.slick.opengl | |
---|---|
class |
DeferredTexture
A texture proxy that can be used to load a texture at a later date while still allowing elements to reference it |
Methods in org.newdawn.slick.opengl that return TextureImpl | |
---|---|
TextureImpl |
InternalTextureLoader.getTexture(java.io.InputStream in,
java.lang.String resourceName,
boolean flipped,
int filter,
int[] transparent)
Get a texture from a image file |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |