Uses of Class
com.threerings.opengl.compositor.config.RenderEffectConfig.Technique

Packages that use RenderEffectConfig.Technique
com.threerings.opengl.compositor.config Compositor configurations. 
 

Uses of RenderEffectConfig.Technique in com.threerings.opengl.compositor.config
 

Fields in com.threerings.opengl.compositor.config declared as RenderEffectConfig.Technique
 RenderEffectConfig.Technique[] RenderEffectConfig.Original.techniques
          The techniques available to render the effect.
 

Methods in com.threerings.opengl.compositor.config that return RenderEffectConfig.Technique
 RenderEffectConfig.Technique RenderEffectConfig.getTechnique(GlContext ctx, String scheme)
          Finds a technique to render this effect.
abstract  RenderEffectConfig.Technique RenderEffectConfig.Implementation.getTechnique(GlContext ctx, String scheme)
          Returns a technique to use to render this effect.
 RenderEffectConfig.Technique RenderEffectConfig.Original.getTechnique(GlContext ctx, String scheme)
           
 RenderEffectConfig.Technique RenderEffectConfig.Derived.getTechnique(GlContext ctx, String scheme)
           
 RenderEffectConfig.Technique RenderEffectConfig.Technique.process(GlContext ctx, boolean fallback)
          Processes this technique to accommodate the features of the hardware.
 



Copyright © 2011. All Rights Reserved.