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

Mostrar archivo Open project: soywiz/cspspemu

Public Properties

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

Property Details

Enabled public_oe property

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

Function public_oe property

TestFunction.GU_ALWAYS
public TestFunctionEnum Function
return TestFunctionEnum

Mask public_oe property

public ushort Mask
return ushort

RangeFar public_oe property

0.0 - 1.0
public float RangeFar
return float

RangeNear public_oe property

0.0 - 1.0
public float RangeNear
return float