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

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

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

Fields in com.threerings.opengl.renderer.config declared as StencilStateConfig.TestFunc
 StencilStateConfig.TestFunc StencilStateConfig.testFunc
          The stencil test function.
 

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



Copyright © 2011. All Rights Reserved.