com.threerings.opengl.compositor.config
Class TargetConfig.Output

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

public static class TargetConfig.Output
extends TargetConfig

Renders to the effect output.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.opengl.compositor.config.TargetConfig
TargetConfig.Input, TargetConfig.Output, TargetConfig.Texture
 
Field Summary
 
Fields inherited from class com.threerings.opengl.compositor.config.TargetConfig
input, steps
 
Constructor Summary
TargetConfig.Output()
           
 
Method Summary
 RenderEffect.Target createEffectTarget(GlContext ctx, Scope scope)
          Creates the effect target for this config.
 
Methods inherited from class com.threerings.opengl.compositor.config.TargetConfig
getUpdateReferences, 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
 

Constructor Detail

TargetConfig.Output

public TargetConfig.Output()
Method Detail

createEffectTarget

public RenderEffect.Target createEffectTarget(GlContext ctx,
                                              Scope scope)
Description copied from class: TargetConfig
Creates the effect target for this config.

Specified by:
createEffectTarget in class TargetConfig


Copyright © 2011. All Rights Reserved.