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

Afficher le fichier Open project: soywiz/cspspemu

Méthodes publiques

Свойство 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
Résultat bool

Function public_oe property

TestFunction.GU_ALWAYS
public TestFunctionEnum Function
Résultat TestFunctionEnum

Mask public_oe property

public ushort Mask
Résultat ushort

RangeFar public_oe property

0.0 - 1.0
public float RangeFar
Résultat float

RangeNear public_oe property

0.0 - 1.0
public float RangeNear
Résultat float