summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/profile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shader_recompiler/profile.h')
-rw-r--r--src/shader_recompiler/profile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shader_recompiler/profile.h b/src/shader_recompiler/profile.h
index 917fc1251..c6a143598 100644
--- a/src/shader_recompiler/profile.h
+++ b/src/shader_recompiler/profile.h
@@ -15,6 +15,8 @@ struct Profile {
15 bool support_fp32_denorm_preserve{}; 15 bool support_fp32_denorm_preserve{};
16 bool support_fp16_denorm_flush{}; 16 bool support_fp16_denorm_flush{};
17 bool support_fp32_denorm_flush{}; 17 bool support_fp32_denorm_flush{};
18 bool support_fp16_signed_zero_nan_preserve{};
19 bool support_fp32_signed_zero_nan_preserve{};
18 20
19 // FClamp is broken and OpFMax + OpFMin should be used instead 21 // FClamp is broken and OpFMax + OpFMin should be used instead
20 bool has_broken_spirv_clamp{}; 22 bool has_broken_spirv_clamp{};