From 49a9c33bd75df2b8cebd58eab10f140c79a8f65c Mon Sep 17 00:00:00 2001 From: Stenzek Date: Sat, 30 Sep 2017 16:25:36 +1000 Subject: VideoCommon: Move abstract texture creation function to Renderer --- Source/Core/VideoBackends/Vulkan/TextureCache.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Source/Core/VideoBackends/Vulkan/TextureCache.cpp') diff --git a/Source/Core/VideoBackends/Vulkan/TextureCache.cpp b/Source/Core/VideoBackends/Vulkan/TextureCache.cpp index 1d8221f646..5a396ee4b2 100644 --- a/Source/Core/VideoBackends/Vulkan/TextureCache.cpp +++ b/Source/Core/VideoBackends/Vulkan/TextureCache.cpp @@ -178,11 +178,6 @@ void TextureCache::DecodeTextureOnGPU(TCacheEntry* entry, u32 dst_level, const u } } -std::unique_ptr TextureCache::CreateTexture(const TextureConfig& config) -{ - return VKTexture::Create(config); -} - bool TextureCache::CreateRenderPasses() { static constexpr VkAttachmentDescription update_attachment = { -- cgit v1.2.3