public class TextureManager
extends java.lang.Object
| Constructor and Description |
|---|
TextureManager() |
| Modifier and Type | Method and Description |
|---|---|
static int |
create(java.awt.image.BufferedImage texture) |
static int |
createRGBA(java.nio.ByteBuffer buffer,
int width,
int height) |
static void |
destroy(int id) |
static java.awt.image.BufferedImage |
get(int id) |
static void |
update(int id,
java.awt.image.BufferedImage texture) |
public static int createRGBA(java.nio.ByteBuffer buffer,
int width,
int height)
public static int create(java.awt.image.BufferedImage texture)
public static void update(int id,
java.awt.image.BufferedImage texture)
public static void destroy(int id)
public static java.awt.image.BufferedImage get(int id)