| Package | Description |
|---|---|
| org.achtern.AchternEngine.core.rendering.state | |
| org.achtern.AchternEngine.lwjgl.rendering.state | |
| org.achtern.AchternEngine.lwjgl.util |
| Modifier and Type | Method and Description |
|---|---|
static Feature |
Feature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Feature[] |
Feature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RenderEngineState.disable(Feature feature) |
void |
RenderEngineState.enable(Feature feature) |
boolean |
RenderEngineState.isEnabled(Feature feature) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Feature,Boolean> |
LWJGLRenderEngineState.enabled
Stores which features are enabled or disabled.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LWJGLRenderEngineState.disable(Feature feature) |
void |
LWJGLRenderEngineState.enable(Feature feature) |
boolean |
LWJGLRenderEngineState.isEnabled(Feature feature) |
| Modifier and Type | Method and Description |
|---|---|
static int |
GLEnum.getGLEnum(Feature feature) |
Copyright © 2014. All rights reserved.