com.threerings.opengl.compositor
Class RenderEffect.Target
java.lang.Object
com.threerings.expr.SimpleScope
com.threerings.opengl.compositor.RenderEffect.Target
- All Implemented Interfaces:
- Scope, ScopeUpdateListener
- Direct Known Subclasses:
- RenderEffect.OutputTarget, RenderEffect.TextureTarget
- Enclosing class:
- RenderEffect
public abstract static class RenderEffect.Target
- extends SimpleScope
Handles a single effect target.
| Fields inherited from interface com.threerings.expr.Scope |
EPOCH, NOW |
|
Method Summary |
String |
getScopeName()
Returns the name of this scope for purposes of qualification. |
void |
render()
Renders this target. |
render
public void render()
- Renders this target.
getScopeName
public String getScopeName()
- Description copied from interface:
Scope
- Returns the name of this scope for purposes of qualification. Can return
null
if qualified symbols cannot specifically address this scope.
- Specified by:
getScopeName in interface Scope- Overrides:
getScopeName in class SimpleScope
Copyright © 2011. All Rights Reserved.