| Package | Description |
|---|---|
| org.achtern.AchternEngine.core.rendering.texture | |
| org.achtern.AchternEngine.lwjgl.util |
| Modifier and Type | Field and Description |
|---|---|
protected Filter |
Texture.magFilter |
protected Filter |
Texture.minFilter |
| Modifier and Type | Method and Description |
|---|---|
Filter |
Texture.getMagFilter() |
Filter |
TexturableData.getMagFilter()
MagFilter to use
|
Filter |
CommonTexturableData.getMagFilter() |
Filter |
Texture.getMinFilter() |
Filter |
TexturableData.getMinFilter()
MinFilter to use
|
Filter |
CommonTexturableData.getMinFilter() |
static Filter |
Filter.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Filter[] |
Filter.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(Filter minFilter) |
Copyright © 2014. All rights reserved.