diff options
author | Jason Ekstrand <[email protected]> | 2017-08-22 16:53:05 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2018-03-07 12:13:47 -0800 |
commit | 9812fce60b6ffbcd136b66bfb609143449ad3f7c (patch) | |
tree | fde13b6279321f095490fa3b74fc8564052d3564 /src/compiler/shader_info.h | |
parent | 974daec495eae05b3c3179cd6c131a65ff2efcc7 (diff) |
spirv: Add subgroup ballot support
Reviewed-by: Iago Toral Quiroga <[email protected]>
Diffstat (limited to 'src/compiler/shader_info.h')
-rw-r--r-- | src/compiler/shader_info.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/shader_info.h b/src/compiler/shader_info.h index 0ba32349d03..f876111b0b1 100644 --- a/src/compiler/shader_info.h +++ b/src/compiler/shader_info.h @@ -45,6 +45,7 @@ struct spirv_supported_capabilities { bool variable_pointers; bool storage_16bit; bool shader_viewport_index_layer; + bool subgroup_ballot; bool subgroup_basic; }; |