diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-11-17 21:04:38 +0100 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-11-17 21:04:38 +0100 |
commit | 2348eb41f38a6e52e52d121adfc4c605763209a7 (patch) | |
tree | b4bdeb539cc1030fb43f17edbdfee459ca2b843a /src/video_core/texture_cache | |
parent | Merge pull request #7219 from FernandoS27/aristotles-right-testicle (diff) | |
download | yuzu-2348eb41f38a6e52e52d121adfc4c605763209a7.tar yuzu-2348eb41f38a6e52e52d121adfc4c605763209a7.tar.gz yuzu-2348eb41f38a6e52e52d121adfc4c605763209a7.tar.bz2 yuzu-2348eb41f38a6e52e52d121adfc4c605763209a7.tar.lz yuzu-2348eb41f38a6e52e52d121adfc4c605763209a7.tar.xz yuzu-2348eb41f38a6e52e52d121adfc4c605763209a7.tar.zst yuzu-2348eb41f38a6e52e52d121adfc4c605763209a7.zip |
Diffstat (limited to 'src/video_core/texture_cache')
-rw-r--r-- | src/video_core/texture_cache/formatter.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/texture_cache/formatter.h b/src/video_core/texture_cache/formatter.h index c6cf0583f..b2c81057b 100644 --- a/src/video_core/texture_cache/formatter.h +++ b/src/video_core/texture_cache/formatter.h @@ -194,6 +194,8 @@ struct fmt::formatter<VideoCore::Surface::PixelFormat> : fmt::formatter<fmt::str return "D32_FLOAT"; case PixelFormat::D16_UNORM: return "D16_UNORM"; + case PixelFormat::S8_UINT: + return "S8_UINT"; case PixelFormat::D24_UNORM_S8_UINT: return "D24_UNORM_S8_UINT"; case PixelFormat::S8_UINT_D24_UNORM: |