com.threerings.opengl.compositor.config
Class StepConfig.Clear.Stencil
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.compositor.config.StepConfig.Clear.Stencil
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- StepConfig.Clear
public static class StepConfig.Clear.Stencil
- extends DeepObject
- implements Exportable
Stencil clear parameters.
|
Field Summary |
boolean |
clear
Whether or not to clear the stencil buffer. |
int |
value
The stencil clear value. |
clear
@Editable(hgroup="c")
public boolean clear
- Whether or not to clear the stencil buffer.
value
@Editable(min=0.0,
hgroup="c")
public int value
- The stencil clear value.
StepConfig.Clear.Stencil
public StepConfig.Clear.Stencil()
Copyright © 2011. All Rights Reserved.