summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VertexLoaderManager.cpp
diff options
context:
space:
mode:
authorStenzek <stenzek@gmail.com>2017-07-20 15:25:35 +1000
committerStenzek <stenzek@gmail.com>2017-07-30 17:43:59 +1000
commit81b4ed2a81d7bada71a115efc7fb2347378fb975 (patch)
treeba6884e584fc23b872f8b4679cd919085b92ddf9 /Source/Core/VideoCommon/VertexLoaderManager.cpp
parent4bf562589565636382b81313c2de0482e45743c0 (diff)
Vulkan: Uber shader support
Diffstat (limited to 'Source/Core/VideoCommon/VertexLoaderManager.cpp')
-rw-r--r--Source/Core/VideoCommon/VertexLoaderManager.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/Core/VideoCommon/VertexLoaderManager.cpp b/Source/Core/VideoCommon/VertexLoaderManager.cpp
index 01d9a00fd6..bb52197585 100644
--- a/Source/Core/VideoCommon/VertexLoaderManager.cpp
+++ b/Source/Core/VideoCommon/VertexLoaderManager.cpp
@@ -44,13 +44,6 @@ static VertexLoaderMap s_vertex_loader_map;
u8* cached_arraybases[12];
-// Used in the Vulkan backend
-
-NativeVertexFormatMap* GetNativeVertexFormatMap()
-{
- return &s_native_vertex_map;
-}
-
void Init()
{
MarkAllDirty();