diff options
author | bunnei <bunneidev@gmail.com> | 2020-07-24 04:54:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-24 04:54:59 +0200 |
commit | 1d7de0a8ee04713c5d8011f379524ff53cb8c483 (patch) | |
tree | 5882cfedf9f540b858b169503e1362ff5a59d3d3 /src/video_core/texture_cache | |
parent | Merge pull request #4353 from ameerj/gc-refactor (diff) | |
parent | video_core: Remove unused variables (diff) | |
download | yuzu-1d7de0a8ee04713c5d8011f379524ff53cb8c483.tar yuzu-1d7de0a8ee04713c5d8011f379524ff53cb8c483.tar.gz yuzu-1d7de0a8ee04713c5d8011f379524ff53cb8c483.tar.bz2 yuzu-1d7de0a8ee04713c5d8011f379524ff53cb8c483.tar.lz yuzu-1d7de0a8ee04713c5d8011f379524ff53cb8c483.tar.xz yuzu-1d7de0a8ee04713c5d8011f379524ff53cb8c483.tar.zst yuzu-1d7de0a8ee04713c5d8011f379524ff53cb8c483.zip |
Diffstat (limited to 'src/video_core/texture_cache')
-rw-r--r-- | src/video_core/texture_cache/format_lookup_table.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/video_core/texture_cache/format_lookup_table.cpp b/src/video_core/texture_cache/format_lookup_table.cpp index a1cc4756d..7d5a75648 100644 --- a/src/video_core/texture_cache/format_lookup_table.cpp +++ b/src/video_core/texture_cache/format_lookup_table.cpp @@ -19,8 +19,6 @@ constexpr auto SNORM = ComponentType::SNORM; constexpr auto UNORM = ComponentType::UNORM; constexpr auto SINT = ComponentType::SINT; constexpr auto UINT = ComponentType::UINT; -constexpr auto SNORM_FORCE_FP16 = ComponentType::SNORM_FORCE_FP16; -constexpr auto UNORM_FORCE_FP16 = ComponentType::UNORM_FORCE_FP16; constexpr auto FLOAT = ComponentType::FLOAT; constexpr bool C = false; // Normal color constexpr bool S = true; // Srgb |