|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.util.DeepObject
com.threerings.opengl.compositor.config.StepConfig
com.threerings.opengl.compositor.config.StepConfig.Clear
public static class StepConfig.Clear
Clears some or all of the buffers.
| Nested Class Summary | |
|---|---|
static class |
StepConfig.Clear.Color
Color clear parameters. |
static class |
StepConfig.Clear.Depth
Depth clear parameters. |
static class |
StepConfig.Clear.Stencil
Stencil clear parameters. |
| Nested classes/interfaces inherited from class com.threerings.opengl.compositor.config.StepConfig |
|---|
StepConfig.Clear, StepConfig.RenderQuad, StepConfig.RenderQueues |
| Field Summary | |
|---|---|
StepConfig.Clear.Color |
color
Color buffer clear parameters. |
StepConfig.Clear.Depth |
depth
Depth buffer clear parameters. |
StepConfig.Clear.Stencil |
stencil
Stencil buffer clear parameters. |
| Constructor Summary | |
|---|---|
StepConfig.Clear()
|
|
| Method Summary | |
|---|---|
Executor |
createExecutor(GlContext ctx,
Scope scope)
Creates the executor that will actually perform the step. |
| Methods inherited from class com.threerings.opengl.compositor.config.StepConfig |
|---|
isSupported |
| Methods inherited from class com.threerings.util.DeepObject |
|---|
clone, copy, copy, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@Editable public StepConfig.Clear.Color color
@Editable public StepConfig.Clear.Depth depth
@Editable public StepConfig.Clear.Stencil stencil
| Constructor Detail |
|---|
public StepConfig.Clear()
| Method Detail |
|---|
public Executor createExecutor(GlContext ctx,
Scope scope)
StepConfig
createExecutor in class StepConfig
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||