VideoBackends/D3D: Cache bounding box values between reads

This commit is contained in:
Connor McLaughlin 2021-04-18 03:14:43 +10:00 committed by Stenzek
commit 0c11dca121
4 changed files with 112 additions and 43 deletions

View file

@ -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;