From 2f1e87dd83b4ce4e6ea12f985b6da49829d821e4 Mon Sep 17 00:00:00 2001 From: Liam Date: Fri, 9 Jun 2023 22:57:50 -0400 Subject: shader_recompiler: translate f64 to f32 when unsupported on host --- src/shader_recompiler/host_translate_info.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/shader_recompiler/host_translate_info.h') diff --git a/src/shader_recompiler/host_translate_info.h b/src/shader_recompiler/host_translate_info.h index 2aaa6c5ea..4c6322904 100644 --- a/src/shader_recompiler/host_translate_info.h +++ b/src/shader_recompiler/host_translate_info.h @@ -10,6 +10,7 @@ namespace Shader { /// Misc information about the host struct HostTranslateInfo { + bool support_float64{}; ///< True when the device supports 64-bit floats bool support_float16{}; ///< True when the device supports 16-bit floats bool support_int64{}; ///< True when the device supports 64-bit integers bool needs_demote_reorder{}; ///< True when the device needs DemoteToHelperInvocation reordered -- cgit v1.2.3