CSPspEmu.Core.Gpu.Run.GpuDisplayListRunner.OP_CPE C# (CSharp) Method

OP_CPE() public method

Clip Plane Enable (GU_CLIP_PLANES/GL_CLIP_PLANE0)
public OP_CPE ( ) : void
return void
        public void OP_CPE()
        {
            GpuState->ClipPlaneState.Enabled = Bool1;
        }
GpuDisplayListRunner