com.threerings.opengl.renderer.config
Class DepthStateConfig
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.renderer.config.DepthStateConfig
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
public class DepthStateConfig
- extends DeepObject
- implements Exportable
Configurable depth state.
testFunc
@Editable(hgroup="d")
public DepthStateConfig.TestFunc testFunc
- The depth test function.
mask
@Editable(hgroup="d")
public boolean mask
- Whether or not to write to the depth buffer.
uniqueInstance
@Editable
public boolean uniqueInstance
- If true, do not use a shared instance.
DepthStateConfig
public DepthStateConfig()
getState
public DepthState getState()
- Returns the corresponding depth state.
Copyright © 2011. All Rights Reserved.