spirv: add SpvCapabilityImageGatherBiasLodAMD
[mesa.git] / src / compiler / shader_info.h
index 2e22614b75bdc82ab1f5112ca7883c73a03f8ad0..d7577472578958cc54fa9b7a72f1f2cd6a2b7b01 100644 (file)
@@ -85,6 +85,7 @@ struct spirv_supported_capabilities {
    bool amd_trinary_minmax;
    bool amd_image_read_write_lod;
    bool amd_shader_explicit_vertex_parameter;
+   bool amd_image_gather_bias_lod;
 };
 
 typedef struct shader_info {