diff options
author | Samuel Pitoiset <[email protected]> | 2020-01-24 10:55:55 +0100 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-01-29 09:49:50 +0000 |
commit | 531a26d5aa03d8f4499f901f040132c5f712219a (patch) | |
tree | b6316ab46be173ac652bd8d9a08c00d4d637c27d /src/compiler/shader_info.h | |
parent | cf6cae832c9e7c95e2df88b4e86886d1310c505a (diff) |
spirv: implement SPV_AMD_shader_explicit_vertex_parameter
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3578>
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 4aa138943a7..d13e51a47a6 100644 --- a/src/compiler/shader_info.h +++ b/src/compiler/shader_info.h @@ -84,6 +84,7 @@ struct spirv_supported_capabilities { bool amd_shader_ballot; bool amd_trinary_minmax; bool amd_image_read_write_lod; + bool amd_shader_explicit_vertex_parameter; }; typedef struct shader_info { |