|
||||||||||
| 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 |
TextureImpl |
InternalTextureLoader.getTexture(java.io.InputStream in,
java.lang.String resourceName,
boolean flipped,
int filter,
int[] transparent)
Get a texture from a image file |
| Methods in org.newdawn.slick.opengl with parameters of type TextureImpl | |
|---|---|
int |
InternalTextureLoader.reload(TextureImpl texture,
int srcPixelFormat,
int componentCount,
int minFilter,
int magFilter,
java.nio.ByteBuffer textureBuffer)
Reload a given texture blob |
int |
InternalTextureLoader.reload(TextureImpl texture,
int srcPixelFormat,
int componentCount,
int minFilter,
int magFilter,
java.nio.ByteBuffer textureBuffer)
Reload a given texture blob |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||