com.threerings.opengl.compositor.config
Class StepConfig
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.compositor.config.StepConfig
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Direct Known Subclasses:
- StepConfig.Clear, StepConfig.RenderQuad, StepConfig.RenderQueues
@EditorTypes(value={StepConfig.Clear.class,StepConfig.RenderQueues.class,StepConfig.RenderQuad.class})
public abstract class StepConfig- extends DeepObject
- implements Exportable
Represents a single step in the process of updating a target.
StepConfig
public StepConfig()
isSupported
public boolean isSupported(GlContext ctx,
boolean fallback)
- Determines whether this step config is supported by the hardware.
createExecutor
public abstract Executor createExecutor(GlContext ctx,
Scope scope)
- Creates the executor that will actually perform the step.
Copyright © 2011. All Rights Reserved.