Uses of Class
com.threerings.opengl.renderer.state.DepthState

Packages that use DepthState
com.threerings.opengl.renderer.config Renderer configuration bits. 
com.threerings.opengl.renderer.state   
 

Uses of DepthState in com.threerings.opengl.renderer.config
 

Methods in com.threerings.opengl.renderer.config that return DepthState
 DepthState DepthStateConfig.getState()
          Returns the corresponding depth state.
 

Uses of DepthState in com.threerings.opengl.renderer.state
 

Fields in com.threerings.opengl.renderer.state declared as DepthState
static DepthState DepthState.DISABLED
          A depth state for neither testing nor writing to the depth buffer.
static DepthState DepthState.TEST
          A depth state for testing, but not writing to, the depth buffer.
static DepthState DepthState.TEST_WRITE
          A depth state for testing and writing to the depth buffer.
static DepthState DepthState.WRITE
          A depth state for writing to, but not testing, the depth buffer.
 

Methods in com.threerings.opengl.renderer.state that return DepthState
static DepthState DepthState.getInstance(int depthTestFunc, boolean depthMask)
          Returns a depth state instance with the supplied parameters.
 



Copyright © 2011. All Rights Reserved.