diff options
author | Jason Ekstrand <[email protected]> | 2017-08-29 09:44:44 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2018-03-07 12:13:47 -0800 |
commit | 8256ee3fa363064ac3bd824d436aced81c61d23f (patch) | |
tree | dc34b0a3ed1f7f2cde738ad1ae7914bbc96aeca1 /src/compiler/shader_info.h | |
parent | 149b92ccf20be11b9c655fe8fd2915c6b379412d (diff) |
spirv: Add subgroup shuffle support
Reviewed-by: Lionel Landwerlin <[email protected]>
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 c8ac0b90b33..b3b56fb273c 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_shuffle; bool subgroup_vote; }; |