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

_OP_LLA() private method

private _OP_LLA ( int Index ) : void
Index int
return void
        private void _OP_LLA(int Index)
        {
            GetLigth(Index)->Attenuation.Linear = Float1;
        }
GpuDisplayListRunner