spirv: Add support for runtime descriptor array cap.

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

View File

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