mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-21 21:05:50 +12:00
Implement color-buffer clears
This commit is contained in:
parent
d781802eb0
commit
e4195d4d4d
2 changed files with 67 additions and 6 deletions
|
@ -76,7 +76,7 @@ class RendererVK final : public Renderer {
|
|||
// Hash(loc, size, format) -> Texture
|
||||
std::map<u64, Texture> textureCache;
|
||||
|
||||
Texture* findColorRenderTexture(u32 addr);
|
||||
Texture* findRenderTexture(u32 addr);
|
||||
Texture& getColorRenderTexture(u32 addr, PICA::ColorFmt format, u32 width, u32 height);
|
||||
Texture& getDepthRenderTexture(u32 addr, PICA::DepthFmt format, u32 width, u32 height);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue