From a2e2e36745717135d42df2d17965aa709480e3e3 Mon Sep 17 00:00:00 2001 From: hdcmeta Date: Thu, 7 Jan 2016 19:38:00 -0800 Subject: D3D12: Additions to VideoCommon to support D3D12 backend. --- Source/Core/VideoCommon/VertexManagerBase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/VideoCommon/VertexManagerBase.cpp') 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 -- cgit v1.2.3