diff options
| author | 2020-07-23 19:54:59 -0700 | |
|---|---|---|
| committer | 2020-07-23 19:54:59 -0700 | |
| 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.gz yuzu-1d7de0a8ee04713c5d8011f379524ff53cb8c483.tar.xz yuzu-1d7de0a8ee04713c5d8011f379524ff53cb8c483.zip | |
Merge pull request #4394 from lioncash/unused6
video_core: Remove unused variables
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; | |||
| 19 | constexpr auto UNORM = ComponentType::UNORM; | 19 | constexpr auto UNORM = ComponentType::UNORM; |
| 20 | constexpr auto SINT = ComponentType::SINT; | 20 | constexpr auto SINT = ComponentType::SINT; |
| 21 | constexpr auto UINT = ComponentType::UINT; | 21 | constexpr auto UINT = ComponentType::UINT; |
| 22 | constexpr auto SNORM_FORCE_FP16 = ComponentType::SNORM_FORCE_FP16; | ||
| 23 | constexpr auto UNORM_FORCE_FP16 = ComponentType::UNORM_FORCE_FP16; | ||
| 24 | constexpr auto FLOAT = ComponentType::FLOAT; | 22 | constexpr auto FLOAT = ComponentType::FLOAT; |
| 25 | constexpr bool C = false; // Normal color | 23 | constexpr bool C = false; // Normal color |
| 26 | constexpr bool S = true; // Srgb | 24 | constexpr bool S = true; // Srgb |