diff options
author | Lionel Landwerlin <[email protected]> | 2017-01-25 13:58:14 +0000 |
---|---|---|
committer | Lionel Landwerlin <[email protected]> | 2017-02-01 15:08:33 +0000 |
commit | 875b15eec4c1a0cab986f5eccfc54e3c0df02f7c (patch) | |
tree | 9c34ae3f20d2cf0d7262f20f959891926c5ff0c9 /src/compiler/spirv/nir_spirv.h | |
parent | bd46040162c703b11db4cd042abe323a0c829325 (diff) |
spirv: add SPV_KHR_shader_draw_parameters support
Signed-off-by: Lionel Landwerlin <[email protected]>
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Reviewed-by: Anuj Phogat <[email protected]>
Diffstat (limited to 'src/compiler/spirv/nir_spirv.h')
-rw-r--r-- | src/compiler/spirv/nir_spirv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/spirv/nir_spirv.h b/src/compiler/spirv/nir_spirv.h index e3f4ee85cc9..e0ebc625844 100644 --- a/src/compiler/spirv/nir_spirv.h +++ b/src/compiler/spirv/nir_spirv.h @@ -48,6 +48,7 @@ struct nir_spirv_supported_extensions { bool float64; bool image_ms_array; bool tessellation; + bool draw_parameters; }; nir_function *spirv_to_nir(const uint32_t *words, size_t word_count, |