spirv: Implement non-Multiview parts of SPV_NV_mesh_shader

Reviewed-by: Timur Kristóf <timur.kristof@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10600>
This commit is contained in:
Caio Marcelo de Oliveira Filho
2021-04-29 15:06:29 -07:00
committed by Marge Bot
parent 10a03e30cf
commit b34f9740ca
4 changed files with 224 additions and 24 deletions

View File

@@ -70,6 +70,7 @@ struct spirv_supported_capabilities {
bool kernel_image;
bool kernel_image_read_write;
bool literal_sampler;
bool mesh_shading_nv;
bool min_lod;
bool multiview;
bool physical_storage_buffer_address;