CSPspEmu.Core.Gpu.GpuImpl.DrawCurvedSurface C# (CSharp) Method

DrawCurvedSurface() public method

public DrawCurvedSurface ( CSPspEmu.Core.Gpu.State.GlobalGpuState GlobalGpuState, GpuStateStruct GpuStateStruct, VertexInfo Patch, int UCount, int VCount ) : void
GlobalGpuState CSPspEmu.Core.Gpu.State.GlobalGpuState
GpuStateStruct CSPspEmu.Core.Gpu.State.GpuStateStruct
Patch VertexInfo
UCount int
VCount int
return void
        public virtual void DrawCurvedSurface(GlobalGpuState GlobalGpuState, GpuStateStruct* GpuStateStruct, VertexInfo[,] Patch, int UCount, int VCount)
        {
            Console.Error.WriteLine("GpuImpl.DrawCurvedSurface Not Implemented!!");
        }