| Package | Description |
|---|---|
| org.achtern.AchternEngine.core.rendering.framebuffer | |
| org.achtern.AchternEngine.core.rendering.texture | |
| org.achtern.AchternEngine.lwjgl.util |
| Modifier and Type | Field and Description |
|---|---|
protected Format |
RenderBuffer.format |
| Modifier and Type | Method and Description |
|---|---|
void |
FrameBuffer.setColorTarget(Format format) |
void |
FrameBuffer.setDepthTarget(Format format) |
| Constructor and Description |
|---|
RenderBuffer(Format format) |
| Modifier and Type | Field and Description |
|---|---|
protected Format |
Texture.format |
| Modifier and Type | Method and Description |
|---|---|
Format |
Texture.getFormat() |
Format |
TexturableData.getFormat()
Texture Format
|
Format |
CommonTexturableData.getFormat() |
static Format |
Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Format[] |
Format.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(Format format) |
Copyright © 2014. All rights reserved.