com.threerings.opengl.compositor.config
Class RenderEffectConfig.Derived
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.compositor.config.RenderEffectConfig.Implementation
com.threerings.opengl.compositor.config.RenderEffectConfig.Derived
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- RenderEffectConfig
public static class RenderEffectConfig.Derived
- extends RenderEffectConfig.Implementation
A derived implementation.
renderEffect
@Editable(nullable=true)
public ConfigReference<RenderEffectConfig> renderEffect
- The effect reference.
RenderEffectConfig.Derived
public RenderEffectConfig.Derived()
getUpdateReferences
public void getUpdateReferences(ConfigReferenceSet refs)
- Description copied from class:
RenderEffectConfig.Implementation
- Adds the implementation's update references to the provided set.
- Specified by:
getUpdateReferences in class RenderEffectConfig.Implementation
getPriority
public int getPriority(GlContext ctx)
- Description copied from class:
RenderEffectConfig.Implementation
- Gets the priority of the effect.
- Specified by:
getPriority in class RenderEffectConfig.Implementation
getTechnique
public RenderEffectConfig.Technique getTechnique(GlContext ctx,
String scheme)
- Description copied from class:
RenderEffectConfig.Implementation
- Returns a technique to use to render this effect.
- Specified by:
getTechnique in class RenderEffectConfig.Implementation
Copyright © 2011. All Rights Reserved.