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

GetLigth() private method

private GetLigth ( int Index ) : LightStateStruct*
Index int
return LightStateStruct*
        LightStateStruct *GetLigth(int Index)
        {
            return &((&GpuState->LightingState.Light0)[Index]);
        }
GpuDisplayListRunner