|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.expr.SimpleScope
com.threerings.opengl.compositor.RenderEffect.Target
public abstract static class RenderEffect.Target
Handles a single effect target.
| Field Summary | |
|---|---|
protected TargetConfig |
_config
The target config. |
protected GlContext |
_ctx
The renderer context. |
protected Executor[] |
_executors
Executors for the target steps. |
| Fields inherited from class com.threerings.expr.SimpleScope |
|---|
_parentScope |
| Fields inherited from interface com.threerings.expr.Scope |
|---|
EPOCH, NOW |
| Constructor Summary | |
|---|---|
protected |
RenderEffect.Target(GlContext ctx,
Scope parentScope)
Creates a new target. |
| Method Summary | |
|---|---|
String |
getScopeName()
Returns the name of this scope for purposes of qualification. |
void |
render()
Renders this target. |
protected void |
setConfig(TargetConfig config)
Sets the configuration of this target. |
| Methods inherited from class com.threerings.expr.SimpleScope |
|---|
addListener, dispose, get, getParentScope, removeListener, scopeUpdated |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected GlContext _ctx
protected TargetConfig _config
protected Executor[] _executors
| Constructor Detail |
|---|
protected RenderEffect.Target(GlContext ctx,
Scope parentScope)
| Method Detail |
|---|
public void render()
public String getScopeName()
Scopenull
if qualified symbols cannot specifically address this scope.
getScopeName in interface ScopegetScopeName in class SimpleScopeprotected void setConfig(TargetConfig config)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||