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

Mostrar archivo Open project: soywiz/cspspemu

Public Properties

Property Type Description
Enabled bool
Scissor GpuRectStruct

Property Details

Enabled public_oe property

Clip Plane Enable (GL_CLIP_PLANE0)
public bool Enabled
return bool

Scissor public_oe property

public GpuRectStruct Scissor
return GpuRectStruct