diff options
author | vonchenplus <vonchenplus@gmail.com> | 2021-12-18 07:08:50 +0100 |
---|---|---|
committer | vonchenplus <vonchenplus@gmail.com> | 2021-12-18 07:08:50 +0100 |
commit | 6ebc972c2b183b475c8f2e9b54a4fc5c2256f359 (patch) | |
tree | 48296f6ea469a2db4fe061b2200d51a9a4ca8d44 /src/shader_recompiler/frontend | |
parent | Remove glsl handle legacy related code (diff) | |
download | yuzu-6ebc972c2b183b475c8f2e9b54a4fc5c2256f359.tar yuzu-6ebc972c2b183b475c8f2e9b54a4fc5c2256f359.tar.gz yuzu-6ebc972c2b183b475c8f2e9b54a4fc5c2256f359.tar.bz2 yuzu-6ebc972c2b183b475c8f2e9b54a4fc5c2256f359.tar.lz yuzu-6ebc972c2b183b475c8f2e9b54a4fc5c2256f359.tar.xz yuzu-6ebc972c2b183b475c8f2e9b54a4fc5c2256f359.tar.zst yuzu-6ebc972c2b183b475c8f2e9b54a4fc5c2256f359.zip |
Diffstat (limited to 'src/shader_recompiler/frontend')
-rw-r--r-- | src/shader_recompiler/frontend/ir/attribute.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shader_recompiler/frontend/ir/attribute.h b/src/shader_recompiler/frontend/ir/attribute.h index 5c5e7bb4b..3bbd38a03 100644 --- a/src/shader_recompiler/frontend/ir/attribute.h +++ b/src/shader_recompiler/frontend/ir/attribute.h @@ -224,7 +224,7 @@ enum class Attribute : u64 { constexpr size_t NUM_GENERICS = 32; -constexpr size_t NUM_FIXED_FNC_TEXTURES = 10; +constexpr size_t NUM_FIXEDFNCTEXTURE = 10; [[nodiscard]] bool IsGeneric(Attribute attribute) noexcept; |