| 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 |
|---|---|
DepthFunction |
RenderEngineState.getDepthFunction() |
static DepthFunction |
DepthFunction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DepthFunction[] |
DepthFunction.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.setDepthFunction(DepthFunction function) |
| Modifier and Type | Field and Description |
|---|---|
protected DepthFunction |
LWJGLRenderEngineState.depthFunction
Stores which
DepthFunction
is currently active. |
| Modifier and Type | Method and Description |
|---|---|
DepthFunction |
LWJGLRenderEngineState.getDepthFunction() |
| Modifier and Type | Method and Description |
|---|---|
void |
LWJGLRenderEngineState.setDepthFunction(DepthFunction function) |
| Modifier and Type | Method and Description |
|---|---|
static int |
GLEnum.getGLEnum(DepthFunction function) |
Copyright © 2014. All rights reserved.