spirv: Add support for VK_EXT_descriptor_indexing uniform indexing caps.

Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
This commit is contained in:
Bas Nieuwenhuizen
2018-04-12 01:34:29 +02:00
parent b5e04e9217
commit c48feaf2d1
2 changed files with 7 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ struct spirv_supported_capabilities {
bool subgroup_vote;
bool gcn_shader;
bool trinary_minmax;
bool descriptor_array_dynamic_indexing;
};
typedef struct shader_info {