com.threerings.opengl.material.config
Class TechniqueConfig.SkipColorClearDependency
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.material.config.TechniqueConfig.TechniqueDependency
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.
TechniqueConfig.SkipColorClearDependency
public TechniqueConfig.SkipColorClearDependency()
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.