spirv: Add subgroup vote support

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
This commit is contained in:
Jason Ekstrand
2017-08-24 11:01:22 -07:00
parent 44681e4795
commit d792f3d4cd
3 changed files with 51 additions and 1 deletions

View File

@@ -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 {