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

_OP_SPOTCUT() private method

private _OP_SPOTCUT ( int Index ) : void
Index int
return void
        private void _OP_SPOTCUT(int Index)
        {
            GetLigth(Index)->SpotCutoff = Float1;
        }
GpuDisplayListRunner