spirv: Add SpvMemoryModelVulkan and related capabilities

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
This commit is contained in:
Caio Marcelo de Oliveira Filho
2019-09-10 12:38:00 -07:00
parent 1bb191a0d1
commit c022043102
2 changed files with 24 additions and 3 deletions

View File

@@ -75,6 +75,8 @@ struct spirv_supported_capabilities {
bool tessellation;
bool transform_feedback;
bool variable_pointers;
bool vk_memory_model;
bool vk_memory_model_device_scope;
bool float16;
bool amd_gcn_shader;
bool amd_shader_ballot;