spirv: implement SPV_AMD_shader_explicit_vertex_parameter

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3578>
This commit is contained in:
Samuel Pitoiset
2020-01-24 10:55:55 +01:00
committed by Marge Bot
parent cf6cae832c
commit 531a26d5aa
4 changed files with 73 additions and 0 deletions

View File

@@ -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 {