diff options
author | Jason Ekstrand <[email protected]> | 2017-08-24 11:01:22 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2018-03-07 12:13:47 -0800 |
commit | d792f3d4cd49a5022dbdc00770a3144907640dfd (patch) | |
tree | dfe011536a13f7cada54d56f1e30c653cd9d3e98 /src/compiler/shader_info.h | |
parent | 44681e47955687d5590779fdc44373d3fb204fdc (diff) |
spirv: Add subgroup vote support
Reviewed-by: Lionel Landwerlin <[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 f876111b0b1..c8ac0b90b33 100644 --- a/src/compiler/shader_info.h +++ b/src/compiler/shader_info.h @@ -47,6 +47,7 @@ struct spirv_supported_capabilities { bool shader_viewport_index_layer; bool subgroup_ballot; bool subgroup_basic; + bool subgroup_vote; }; typedef struct shader_info { |