mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 09:39:13 +00:00
Support partial texture updates via efb copies
This commit is contained in:
parent
3948dc77c7
commit
0ed6b5623f
12 changed files with 107 additions and 1 deletions
|
@ -26,6 +26,8 @@ private:
|
|||
TCacheEntry(const TCacheEntryConfig& config, D3DTexture2D *_tex) : TCacheEntryBase(config), texture(_tex) {}
|
||||
~TCacheEntry();
|
||||
|
||||
void DoPartialTextureUpdate(TCacheEntryBase* entry, u32 x, u32 y) override;
|
||||
|
||||
void Load(unsigned int width, unsigned int height,
|
||||
unsigned int expanded_width, unsigned int levels) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue