summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/profile.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/shader_recompiler/profile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shader_recompiler/profile.h b/src/shader_recompiler/profile.h
index 6ff12387b..501dcaf71 100644
--- a/src/shader_recompiler/profile.h
+++ b/src/shader_recompiler/profile.h
@@ -15,6 +15,7 @@ struct Profile {
15 bool support_descriptor_aliasing{}; 15 bool support_descriptor_aliasing{};
16 bool support_int8{}; 16 bool support_int8{};
17 bool support_int16{}; 17 bool support_int16{};
18 bool support_int64{};
18 bool support_vertex_instance_id{}; 19 bool support_vertex_instance_id{};
19 bool support_float_controls{}; 20 bool support_float_controls{};
20 bool support_separate_denorm_behavior{}; 21 bool support_separate_denorm_behavior{};