diff options
author | Jason Ekstrand <[email protected]> | 2017-08-29 10:21:31 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2018-03-07 12:13:47 -0800 |
commit | b3a5b0f3fcac3ff722ea2727302aa6f53463d50a (patch) | |
tree | 45b9fc917d52021b269d97aa8fd91b4cf2153ccf /src/compiler/shader_info.h | |
parent | 493a165544e3430a9951dc960dd756d4e81bc0c9 (diff) |
spirv: Add subgroup quad 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 b3b56fb273c..fd740e0d489 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_quad; bool subgroup_shuffle; bool subgroup_vote; }; |