GPU: Implement fill VRAM command

This commit is contained in:
Connor McLaughlin
2019-09-14 16:43:39 +10:00
parent 46870c6a7a
commit 851ef67814
9 changed files with 82 additions and 10 deletions

View File

@@ -18,6 +18,7 @@ public:
protected:
void UpdateDisplay() override;
void FillVRAM(u32 x, u32 y, u32 width, u32 height, u32 color) override;
void UpdateVRAM(u32 x, u32 y, u32 width, u32 height, const void* data) override;
void UpdateTexturePageTexture() override;
void FlushRender() override;