| Package | Description |
|---|---|
| org.achtern.AchternEngine.core.rendering.texture | |
| org.achtern.AchternEngine.lwjgl.util |
| Modifier and Type | Field and Description |
|---|---|
protected Type |
Texture.type |
| Modifier and Type | Method and Description |
|---|---|
Type |
Texture.getType() |
Type |
TexturableData.getType()
The Texture Type
|
Type |
CommonTexturableData.getType() |
static Type |
Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Type[] |
Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Texture(Dimension dimension,
Type type,
Filter minFilter,
Filter magFilter,
InternalFormat internalFormat,
Format format,
boolean alpha,
ByteBuffer data) |
| Modifier and Type | Method and Description |
|---|---|
static int |
GLEnum.getGLEnum(Type type) |
Copyright © 2014. All rights reserved.