com.threerings.opengl.material.config
Class TechniqueConfig.SkipColorClearDependency

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.opengl.material.config.TechniqueConfig.TechniqueDependency
          extended by com.threerings.opengl.material.config.TechniqueConfig.SkipColorClearDependency
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
TechniqueConfig

public static class TechniqueConfig.SkipColorClearDependency
extends TechniqueConfig.TechniqueDependency

A "dependency" that lets the compositor know that it can skip the color clear, because if we render something using this technique, then we know that we will be writing over all pixels. Used for skyboxes.


Constructor Summary
TechniqueConfig.SkipColorClearDependency()
           
 
Method Summary
 Dependency.Adder createAdder(GlContext ctx, Scope scope)
          Creates the adder for this dependency.
 
Methods inherited from class com.threerings.opengl.material.config.TechniqueConfig.TechniqueDependency
isSupported
 
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

TechniqueConfig.SkipColorClearDependency

public TechniqueConfig.SkipColorClearDependency()
Method Detail

createAdder

public Dependency.Adder createAdder(GlContext ctx,
                                    Scope scope)
Description copied from class: TechniqueConfig.TechniqueDependency
Creates the adder for this dependency.

Specified by:
createAdder in class TechniqueConfig.TechniqueDependency


Copyright © 2011. All Rights Reserved.