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

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.RenderQueues
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
StepConfig

public static class StepConfig.RenderQueues
extends StepConfig

Renders a set of render queues.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.opengl.compositor.config.StepConfig
StepConfig.Clear, StepConfig.RenderQuad, StepConfig.RenderQueues
 
Field Summary
 int maxPriority
          The maximum priority of the queues to render.
 int minPriority
          The minimum priority of the queues to render.
 String queueType
          The type of queues to render.
 
Constructor Summary
StepConfig.RenderQueues()
           
 
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

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.

Constructor Detail

StepConfig.RenderQueues

public StepConfig.RenderQueues()
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.