com.threerings.opengl.compositor.config
Class StepConfig.RenderQueues
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.compositor.config.StepConfig
com.threerings.opengl.compositor.config.StepConfig.RenderQueues
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- StepConfig
public static class StepConfig.RenderQueues
- extends StepConfig
Renders a set of render queues.
queueType
@Editable
public String queueType
- The type of queues to render.
minPriority
@Editable(hgroup="p")
public int minPriority
- The minimum priority of the queues to render.
maxPriority
@Editable(hgroup="p")
public int maxPriority
- The maximum priority of the queues to render.
StepConfig.RenderQueues
public StepConfig.RenderQueues()
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.