public class PipelineState
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PipelineState.BlendMode |
static class |
PipelineState.CullState |
static class |
PipelineState.MaskState |
| Modifier and Type | Field and Description |
|---|---|
protected static boolean |
bDepthTest |
protected static PipelineState.BlendMode |
currentBlendMode |
protected static PipelineState.CullState |
currentCullState |
protected static PipelineState.MaskState |
currentMaskState |
protected GraphicsPipeline |
pipe |
| Constructor and Description |
|---|
PipelineState() |
| Modifier and Type | Method and Description |
|---|---|
void |
Apply(GraphicsPipeline pipe) |
void |
Unapply(GraphicsPipeline pipe) |
protected GraphicsPipeline pipe
protected static PipelineState.BlendMode currentBlendMode
protected static PipelineState.CullState currentCullState
protected static PipelineState.MaskState currentMaskState
protected static boolean bDepthTest
public void Apply(GraphicsPipeline pipe)
public void Unapply(GraphicsPipeline pipe)