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