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

OP_BCE() public method

Backface Culling Enable (GU_CULL_FACE)
public OP_BCE ( ) : void
return void
        public void OP_BCE()
        {
            GpuState->BackfaceCullingState.Enabled = Bool1;
        }
GpuDisplayListRunner