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

DrawVideo() public method

public DrawVideo ( uint FrameBufferAddress, OutputPixel OutputPixel, int Width, int Height ) : void
FrameBufferAddress uint
OutputPixel OutputPixel
Width int
Height int
return void
        public virtual void DrawVideo(uint FrameBufferAddress, OutputPixel* OutputPixel, int Width, int Height)
        {
        }