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

_OP_LZD() private method

private _OP_LZD ( int Index ) : void
Index int
return void
        private void _OP_LZD(int Index)
        {
            GetLigth(Index)->SpotDirection.Z = Float1;
        }
GpuDisplayListRunner