diff options
| author | Stenzek <stenzek@gmail.com> | 2017-09-30 16:25:36 +1000 |
|---|---|---|
| committer | Stenzek <stenzek@gmail.com> | 2017-11-22 18:47:04 +1000 |
| commit | 49a9c33bd75df2b8cebd58eab10f140c79a8f65c (patch) | |
| tree | c770303bf41043303322e7bb230615d96ad2ea6c /Source/Core/VideoBackends/Vulkan/TextureCache.cpp | |
| parent | 5860c97144a01c4203e98671e158086c672bcf97 (diff) | |
VideoCommon: Move abstract texture creation function to Renderer
Diffstat (limited to 'Source/Core/VideoBackends/Vulkan/TextureCache.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/Vulkan/TextureCache.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
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<AbstractTexture> TextureCache::CreateTexture(const TextureConfig& config) -{ - return VKTexture::Create(config); -} - bool TextureCache::CreateRenderPasses() { static constexpr VkAttachmentDescription update_attachment = { |
