mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-23 09:48:41 +00:00
VideoBackends/D3D: Cache bounding box values between reads
This commit is contained in:
parent
ee4c0ba168
commit
0c11dca121
4 changed files with 112 additions and 43 deletions
|
@ -63,6 +63,7 @@ public:
|
|||
|
||||
u16 BBoxReadImpl(int index) override;
|
||||
void BBoxWriteImpl(int index, u16 value) override;
|
||||
void BBoxFlushImpl() override;
|
||||
|
||||
void Flush() override;
|
||||
void WaitForGPUIdle() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue