diff options
| author | iwubcode <iwubcode@users.noreply.github.com> | 2017-06-12 12:37:28 -0500 |
|---|---|---|
| committer | iwubcode <iwubcode@users.noreply.github.com> | 2017-06-13 00:41:56 -0500 |
| commit | e4896d39bd927b0b8e109e0334fa15cdb8e004f3 (patch) | |
| tree | 60375e0e8c776699b146bc26c3018be03b459225 /Source/Core/VideoCommon/TextureCacheBase.h | |
| parent | 2cdc93f4ab690279df064832d4c9688741556f0c (diff) | |
Video Backends: Move and rename HostTextureFormat to AbstractTextureFormat
Diffstat (limited to 'Source/Core/VideoCommon/TextureCacheBase.h')
| -rw-r--r-- | Source/Core/VideoCommon/TextureCacheBase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/TextureCacheBase.h b/Source/Core/VideoCommon/TextureCacheBase.h index 7556e43ffa..23f25f48fc 100644 --- a/Source/Core/VideoCommon/TextureCacheBase.h +++ b/Source/Core/VideoCommon/TextureCacheBase.h @@ -104,7 +104,7 @@ public: u32 GetHeight() const { return texture->GetConfig().height; } u32 GetNumLevels() const { return texture->GetConfig().levels; } u32 GetNumLayers() const { return texture->GetConfig().layers; } - HostTextureFormat GetFormat() const { return texture->GetConfig().format; } + AbstractTextureFormat GetFormat() const { return texture->GetConfig().format; } }; virtual ~TextureCacheBase(); // needs virtual for DX11 dtor |
