summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/profile.h
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2021-06-29 23:42:17 +0200
committerameerj <52414509+ameerj@users.noreply.github.com>2021-07-23 03:51:40 +0200
commit8722668b3c027f0132d0be07e867247debd08d30 (patch)
treef921ddda0a9d30d1f8845964c8018b6d5783c429 /src/shader_recompiler/profile.h
parentconfigure_graphics: Re-order vulkan device populating (diff)
downloadyuzu-8722668b3c027f0132d0be07e867247debd08d30.tar
yuzu-8722668b3c027f0132d0be07e867247debd08d30.tar.gz
yuzu-8722668b3c027f0132d0be07e867247debd08d30.tar.bz2
yuzu-8722668b3c027f0132d0be07e867247debd08d30.tar.lz
yuzu-8722668b3c027f0132d0be07e867247debd08d30.tar.xz
yuzu-8722668b3c027f0132d0be07e867247debd08d30.tar.zst
yuzu-8722668b3c027f0132d0be07e867247debd08d30.zip
Diffstat (limited to '')
-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 ee1887b56..6ff12387b 100644
--- a/src/shader_recompiler/profile.h
+++ b/src/shader_recompiler/profile.h
@@ -58,6 +58,8 @@ struct Profile {
bool has_broken_unsigned_image_offsets{};
/// Signed instructions with unsigned data types are misinterpreted
bool has_broken_signed_operations{};
+ /// Float controls break when fp16 is enabled
+ bool has_broken_fp16_float_controls{};
/// Dynamic vec4 indexing is broken on some OpenGL drivers
bool has_gl_component_indexing_bug{};
/// The precise type qualifier is broken in the fragment stage of some drivers