Namespace: DeltaEngine.Graphics.SharpDXAssembly: DeltaEngine.Graphics.SharpDX (in DeltaEngine.Graphics.SharpDX.dll) Version: 1.1.1.0 (1.1.1)
public DepthStencilState GetDepthStencilState(
Device device,
bool depthEnabled
)
public DepthStencilState GetDepthStencilState(
Device device,
bool depthEnabled
)
Public Function GetDepthStencilState (
device As Device,
depthEnabled As Boolean
) As DepthStencilState
Public Function GetDepthStencilState (
device As Device,
depthEnabled As Boolean
) As DepthStencilState
public:
DepthStencilState^ GetDepthStencilState(
Device^ device,
bool depthEnabled
)
public:
DepthStencilState^ GetDepthStencilState(
Device^ device,
bool depthEnabled
)
member GetDepthStencilState :
device : Device *
depthEnabled : bool -> DepthStencilState
member GetDepthStencilState :
device : Device *
depthEnabled : bool -> DepthStencilState
Return Value
Type:
DepthStencilState