| 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 |
|---|---|
BlendFunction[] |
RenderEngineState.getBlendFunction() |
static BlendFunction |
BlendFunction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlendFunction[] |
BlendFunction.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.setBlendFunction(BlendFunction sfactor,
BlendFunction dfactor) |
| Modifier and Type | Field and Description |
|---|---|
protected BlendFunction[] |
LWJGLRenderEngineState.blendFunction
Stores the 2-component blend function which is currently active.
|
| Modifier and Type | Method and Description |
|---|---|
BlendFunction[] |
LWJGLRenderEngineState.getBlendFunction() |
| Modifier and Type | Method and Description |
|---|---|
void |
LWJGLRenderEngineState.setBlendFunction(BlendFunction sfactor,
BlendFunction dfactor) |
| Modifier and Type | Method and Description |
|---|---|
static int |
GLEnum.getGLEnum(BlendFunction function) |
Copyright © 2014. All rights reserved.