summaryrefslogtreecommitdiffstats
path: root/src/compiler/shader_info.h
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2018-12-05 14:28:28 +0100
committerSamuel Pitoiset <[email protected]>2018-12-05 14:39:55 +0100
commitc6465fec0c514785dc2b4b2bcc623348433e3413 (patch)
tree2206b891a57c66476e4866ce9523f2f57f8edaba /src/compiler/shader_info.h
parent63c0916ada7eed7eddc0453dfbfed3cc7f42ca85 (diff)
spirv: add SpvCapabilityInt64Atomics
Required for VK_KHR_shader_atomic_int64. Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/compiler/shader_info.h')
-rw-r--r--src/compiler/shader_info.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/shader_info.h b/src/compiler/shader_info.h
index 65bc0588d67..b95cc310fd6 100644
--- a/src/compiler/shader_info.h
+++ b/src/compiler/shader_info.h
@@ -62,6 +62,7 @@ struct spirv_supported_capabilities {
bool post_depth_coverage;
bool transform_feedback;
bool geometry_streams;
+ bool int64_atomics;
};
typedef struct shader_info {