public class DepthStencilStates
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
TSRDepthStencilState |
tsrDepthStencilState |
Modifier and Type | Method and Description |
---|---|
static DepthStencilStates |
getDefault()
The Default Depth Stencil State: Depth test is enabled
|
static DepthStencilStates |
getDepthTestDisabledState()
The Disabled Depth Stencil State: Depth test is disabled
|
static DepthStencilStates |
getDepthWriteDisabledState()
The Disabled Depth Stencil State: Depth write is disabled
|
public final TSRDepthStencilState tsrDepthStencilState
public static DepthStencilStates getDefault()
public static DepthStencilStates getDepthTestDisabledState()
public static DepthStencilStates getDepthWriteDisabledState()