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

OP_SPLINE() private method

private OP_SPLINE ( ) : void
return void
        public void OP_SPLINE()
        {
            /*
            auto sp_ucount = command.extract!(uint,  0, 8);
            auto sp_vcount = command.extract!(uint,  8, 8);
            auto sp_utype  = command.extract!(uint, 16, 2);
            auto sp_vtype  = command.extract!(uint, 18, 2);
            gpu.logWarning("OP_SPLINE(%d, %d, %d, %d)", sp_ucount, sp_vcount, sp_utype, sp_vtype);
            */
        }
GpuDisplayListRunner