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

_OP_LCA() private method

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