com.threerings.opengl.compositor.config
Class RenderEffectConfig.Implementation

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.opengl.compositor.config.RenderEffectConfig.Implementation
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Direct Known Subclasses:
RenderEffectConfig.Derived, RenderEffectConfig.Original
Enclosing class:
RenderEffectConfig

@EditorTypes(value={RenderEffectConfig.Original.class,RenderEffectConfig.Derived.class})
public abstract static class RenderEffectConfig.Implementation
extends DeepObject
implements Exportable

Contains the actual implementation of the effect.


Constructor Summary
RenderEffectConfig.Implementation()
           
 
Method Summary
abstract  int getPriority(GlContext ctx)
          Gets the priority of the effect.
abstract  RenderEffectConfig.Technique getTechnique(GlContext ctx, String scheme)
          Returns a technique to use to render this effect.
abstract  void getUpdateReferences(ConfigReferenceSet refs)
          Adds the implementation's update references to the provided set.
 void invalidate()
          Invalidates any cached data.
 
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
 

Constructor Detail

RenderEffectConfig.Implementation

public RenderEffectConfig.Implementation()
Method Detail

getUpdateReferences

public abstract void getUpdateReferences(ConfigReferenceSet refs)
Adds the implementation's update references to the provided set.


getPriority

public abstract int getPriority(GlContext ctx)
Gets the priority of the effect.


getTechnique

public abstract RenderEffectConfig.Technique getTechnique(GlContext ctx,
                                                          String scheme)
Returns a technique to use to render this effect.


invalidate

public void invalidate()
Invalidates any cached data.



Copyright © 2011. All Rights Reserved.