spirv: add SpvCapabilityImageGatherBiasLodAMD
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/5147>
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user