mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 01:28:57 +00:00
D3D12: Additions to VideoCommon to support D3D12 backend.
This commit is contained in:
parent
98f74d3479
commit
a2e2e36745
4 changed files with 16 additions and 4 deletions
|
@ -230,7 +230,7 @@ void VertexManagerBase::Flush()
|
|||
ERROR_LOG(VIDEO, "error loading texture");
|
||||
}
|
||||
}
|
||||
TextureCacheBase::BindTextures();
|
||||
g_texture_cache->BindTextures();
|
||||
}
|
||||
|
||||
// set global vertex constants
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue