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

_OP_MW() private method

private _OP_MW ( int Index ) : void
Index int
return void
        private void _OP_MW(int Index)
        {
            (&GpuState->MorphingState.MorphWeight0)[Index] = Float1;
        }
GpuDisplayListRunner