mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 10:39:59 +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
|
@ -274,6 +274,11 @@ void Renderer::BBoxWriteImpl(int index, u16 value)
|
|||
BBox::Set(index, value);
|
||||
}
|
||||
|
||||
void Renderer::BBoxFlushImpl()
|
||||
{
|
||||
BBox::Flush();
|
||||
}
|
||||
|
||||
void Renderer::Flush()
|
||||
{
|
||||
D3D::context->Flush();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue