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

Show file Open project: soywiz/cspspemu

Public Properties

Property Type Description
Enabled bool
Scissor GpuRectStruct

Property Details

Enabled public property

Clip Plane Enable (GL_CLIP_PLANE0)
public bool Enabled
return bool

Scissor public property

public GpuRectStruct Scissor
return GpuRectStruct