|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.util.DeepObject
com.threerings.opengl.compositor.config.TargetConfig
@EditorTypes(value=TargetConfig.Texture.class) public abstract class TargetConfig
Represents a single target to update within the post effect.
| Nested Class Summary | |
|---|---|
static class |
TargetConfig.Input
The available target inputs: either nothing or the result of the previous post effect. |
static class |
TargetConfig.Output
Renders to the effect output. |
static class |
TargetConfig.Texture
Renders to a (color and/or depth) texture. |
| Field Summary | |
|---|---|
TargetConfig.Input |
input
The input to the target. |
StepConfig[] |
steps
The steps required to update the target. |
| Constructor Summary | |
|---|---|
TargetConfig()
|
|
| Method Summary | |
|---|---|
abstract RenderEffect.Target |
createEffectTarget(GlContext ctx,
Scope scope)
Creates the effect target for this config. |
void |
getUpdateReferences(ConfigReferenceSet refs)
Adds the target's update references to the provided set. |
boolean |
isSupported(GlContext ctx,
boolean fallback)
Determines whether this target config is supported by the hardware. |
| 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 |
|---|
@Editable public TargetConfig.Input input
@Editable public StepConfig[] steps
| Constructor Detail |
|---|
public TargetConfig()
| Method Detail |
|---|
public void getUpdateReferences(ConfigReferenceSet refs)
public boolean isSupported(GlContext ctx,
boolean fallback)
public abstract RenderEffect.Target createEffectTarget(GlContext ctx,
Scope scope)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||