C# Class CSPspEmu.Core.Gpu.State.SubStates.DepthTestStateStruct

Show file Open project: soywiz/cspspemu

Public Properties

Property Type Description
Enabled bool
Function TestFunctionEnum
Mask ushort
RangeFar float
RangeNear float

Property Details

Enabled public property

depth (Z) Test Enable (GL_DEPTH_TEST)
public bool Enabled
return bool

Function public property

TestFunction.GU_ALWAYS
public TestFunctionEnum Function
return TestFunctionEnum

Mask public property

public ushort Mask
return ushort

RangeFar public property

0.0 - 1.0
public float RangeFar
return float

RangeNear public property

0.0 - 1.0
public float RangeNear
return float