diff options
author | Bas Nieuwenhuizen <[email protected]> | 2018-04-12 01:34:29 +0200 |
---|---|---|
committer | Bas Nieuwenhuizen <[email protected]> | 2018-04-18 22:56:54 +0200 |
commit | c48feaf2d185e247d016ef7d60eefac18f0e5704 (patch) | |
tree | c460cca44ab1d66ea6f59382330c4b759b0f4c79 /src/compiler/shader_info.h | |
parent | b5e04e9217bad938970c41fd56edea9c9876825a (diff) |
spirv: Add support for VK_EXT_descriptor_indexing uniform indexing caps.
Reviewed-by: Samuel Pitoiset <[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 ababe520b2d..6bbe526d2dc 100644 --- a/src/compiler/shader_info.h +++ b/src/compiler/shader_info.h @@ -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 { |