summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/frontend/ir/attribute.h
diff options
context:
space:
mode:
authorGravatar vonchenplus2021-12-18 14:08:50 +0800
committerGravatar vonchenplus2021-12-18 14:08:50 +0800
commit6ebc972c2b183b475c8f2e9b54a4fc5c2256f359 (patch)
tree48296f6ea469a2db4fe061b2200d51a9a4ca8d44 /src/shader_recompiler/frontend/ir/attribute.h
parentRemove glsl handle legacy related code (diff)
downloadyuzu-6ebc972c2b183b475c8f2e9b54a4fc5c2256f359.tar.gz
yuzu-6ebc972c2b183b475c8f2e9b54a4fc5c2256f359.tar.xz
yuzu-6ebc972c2b183b475c8f2e9b54a4fc5c2256f359.zip
Remove spirv handle legacy related code
Diffstat (limited to '')
-rw-r--r--src/shader_recompiler/frontend/ir/attribute.h2
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 {
224 224
225constexpr size_t NUM_GENERICS = 32; 225constexpr size_t NUM_GENERICS = 32;
226 226
227constexpr size_t NUM_FIXED_FNC_TEXTURES = 10; 227constexpr size_t NUM_FIXEDFNCTEXTURE = 10;
228 228
229[[nodiscard]] bool IsGeneric(Attribute attribute) noexcept; 229[[nodiscard]] bool IsGeneric(Attribute attribute) noexcept;
230 230