com.threerings.opengl.compositor.config
Class StepConfig.Clear

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.opengl.compositor.config.StepConfig
          extended by com.threerings.opengl.compositor.config.StepConfig.Clear
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
StepConfig

public static class StepConfig.Clear
extends StepConfig

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

color

@Editable
public StepConfig.Clear.Color color
Color buffer clear parameters.


depth

@Editable
public StepConfig.Clear.Depth depth
Depth buffer clear parameters.


stencil

@Editable
public StepConfig.Clear.Stencil stencil
Stencil buffer clear parameters.

Constructor Detail

StepConfig.Clear

public StepConfig.Clear()
Method Detail

createExecutor

public Executor createExecutor(GlContext ctx,
                               Scope scope)
Description copied from class: StepConfig
Creates the executor that will actually perform the step.

Specified by:
createExecutor in class StepConfig


Copyright © 2011. All Rights Reserved.