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/VideoCommon/TextureCacheBase.h | |
| parent | 5860c97144a01c4203e98671e158086c672bcf97 (diff) | |
VideoCommon: Move abstract texture creation function to Renderer
Diffstat (limited to 'Source/Core/VideoCommon/TextureCacheBase.h')
| -rw-r--r-- | Source/Core/VideoCommon/TextureCacheBase.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/TextureCacheBase.h b/Source/Core/VideoCommon/TextureCacheBase.h index a9700ad68c..38666faf77 100644 --- a/Source/Core/VideoCommon/TextureCacheBase.h +++ b/Source/Core/VideoCommon/TextureCacheBase.h @@ -273,8 +273,6 @@ public: void ScaleTextureCacheEntryTo(TCacheEntry* entry, u32 new_width, u32 new_height); - virtual std::unique_ptr<AbstractTexture> CreateTexture(const TextureConfig& config) = 0; - protected: TextureCacheBase(); |
