public interface DepthTestManager
Modifier and Type | Field and Description |
---|---|
static boolean |
DEFAULT_AUTO_CLEAR_DEPTH_BUFFER_STATUS
The default auto clear depth buffer status.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isAutoClearDepthBufferEnable()
Return the auto clear depth buffer status.
|
void |
setAutoClearDepthBufferEnable(boolean status)
Set the auto clear depth buffer status.
|
static final boolean DEFAULT_AUTO_CLEAR_DEPTH_BUFFER_STATUS
boolean isAutoClearDepthBufferEnable()
void setAutoClearDepthBufferEnable(boolean status)
status
- the new auto clear depth buffer status.