com.threerings.opengl.compositor
Class RenderEffect.OutputTarget

java.lang.Object
  extended by com.threerings.expr.SimpleScope
      extended by com.threerings.opengl.compositor.RenderEffect.Target
          extended by com.threerings.opengl.compositor.RenderEffect.OutputTarget
All Implemented Interfaces:
Scope, ScopeUpdateListener
Enclosing class:
RenderEffect

public static class RenderEffect.OutputTarget
extends RenderEffect.Target

Renders to the output.


Field Summary
 
Fields inherited from interface com.threerings.expr.Scope
EPOCH, NOW
 
Constructor Summary
RenderEffect.OutputTarget(GlContext ctx, Scope parentScope, TargetConfig.Output config)
          Creates a new output target.
 
Method Summary
 void setConfig(TargetConfig.Output config)
          Sets the configuration of this target.
 
Methods inherited from class com.threerings.opengl.compositor.RenderEffect.Target
getScopeName, render
 
Methods inherited from class com.threerings.expr.SimpleScope
addListener, dispose, get, getParentScope, removeListener, scopeUpdated
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenderEffect.OutputTarget

public RenderEffect.OutputTarget(GlContext ctx,
                                 Scope parentScope,
                                 TargetConfig.Output config)
Creates a new output target.

Method Detail

setConfig

public void setConfig(TargetConfig.Output config)
Sets the configuration of this target.



Copyright © 2011. All Rights Reserved.