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

OP_FDIST() public method

Fog DISTance
public OP_FDIST ( ) : void
return void
        public void OP_FDIST()
        {
            GpuState->FogState.Dist = Float1;
            //gpu.state.fog.dist = command.float1;
            //writefln("OP_FDIST: %f", gpu.state.fog.end);
        }
GpuDisplayListRunner