Uses of Class
com.threerings.opengl.renderer.config.AlphaStateConfig.TestFunc

Packages that use AlphaStateConfig.TestFunc
com.threerings.opengl.renderer.config Renderer configuration bits. 
 

Uses of AlphaStateConfig.TestFunc in com.threerings.opengl.renderer.config
 

Fields in com.threerings.opengl.renderer.config declared as AlphaStateConfig.TestFunc
 AlphaStateConfig.TestFunc AlphaStateConfig.testFunc
          The alpha test function.
 

Methods in com.threerings.opengl.renderer.config that return AlphaStateConfig.TestFunc
static AlphaStateConfig.TestFunc AlphaStateConfig.TestFunc.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AlphaStateConfig.TestFunc[] AlphaStateConfig.TestFunc.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2011. All Rights Reserved.