diff options
Diffstat (limited to 'src/shader_recompiler/profile.h')
| -rw-r--r-- | src/shader_recompiler/profile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shader_recompiler/profile.h b/src/shader_recompiler/profile.h index 3181c79fb..b57cbc310 100644 --- a/src/shader_recompiler/profile.h +++ b/src/shader_recompiler/profile.h | |||
| @@ -19,6 +19,8 @@ struct Profile { | |||
| 19 | bool support_fp16_signed_zero_nan_preserve{}; | 19 | bool support_fp16_signed_zero_nan_preserve{}; |
| 20 | bool support_fp32_signed_zero_nan_preserve{}; | 20 | bool support_fp32_signed_zero_nan_preserve{}; |
| 21 | bool support_fp64_signed_zero_nan_preserve{}; | 21 | bool support_fp64_signed_zero_nan_preserve{}; |
| 22 | bool support_vote{}; | ||
| 23 | bool warp_size_potentially_larger_than_guest{}; | ||
| 22 | 24 | ||
| 23 | // FClamp is broken and OpFMax + OpFMin should be used instead | 25 | // FClamp is broken and OpFMax + OpFMin should be used instead |
| 24 | bool has_broken_spirv_clamp{}; | 26 | bool has_broken_spirv_clamp{}; |