spirv: add SpvCapabilityFragmentMaskAMD
[mesa.git] / src / compiler / shader_info.h
index cbc22d24636efc905a0171f1e712b6a462343822..4aa138943a7e63c897b7a56b78f2e4b1b364fcea 100644 (file)
@@ -79,6 +79,7 @@ struct spirv_supported_capabilities {
    bool vk_memory_model;
    bool vk_memory_model_device_scope;
    bool float16;
+   bool amd_fragment_mask;
    bool amd_gcn_shader;
    bool amd_shader_ballot;
    bool amd_trinary_minmax;