diff options
| author | hdcmeta <hdcmeta@gmail.com> | 2016-01-07 19:38:00 -0800 |
|---|---|---|
| committer | hdcmeta <hdcmeta@gmail.com> | 2016-02-15 09:48:23 -0800 |
| commit | a2e2e36745717135d42df2d17965aa709480e3e3 (patch) | |
| tree | 51af30ceb1d496a534e4e92c78cb12a2c973a366 /Source/Core/VideoCommon/VertexManagerBase.cpp | |
| parent | 98f74d3479109d1e839618c225a640b9d095632c (diff) | |
D3D12: Additions to VideoCommon to support D3D12 backend.
Diffstat (limited to 'Source/Core/VideoCommon/VertexManagerBase.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/VertexManagerBase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/VertexManagerBase.cpp b/Source/Core/VideoCommon/VertexManagerBase.cpp index 0816618f38..faee28c545 100644 --- a/Source/Core/VideoCommon/VertexManagerBase.cpp +++ b/Source/Core/VideoCommon/VertexManagerBase.cpp @@ -230,7 +230,7 @@ void VertexManagerBase::Flush() ERROR_LOG(VIDEO, "error loading texture"); } } - TextureCacheBase::BindTextures(); + g_texture_cache->BindTextures(); } // set global vertex constants |
