From f45e43e156a9cdc0527f63bf0def15766a1c5199 Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Mon, 17 Dec 2018 17:24:06 +0100 Subject: spirv: add support for SpvCapabilityStorageImageMultisample Signed-off-by: Samuel Pitoiset Reviewed-by: Bas Nieuwenhuizen --- src/compiler/shader_info.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/compiler/shader_info.h') diff --git a/src/compiler/shader_info.h b/src/compiler/shader_info.h index b21db3e60f0..05f37c8d197 100644 --- a/src/compiler/shader_info.h +++ b/src/compiler/shader_info.h @@ -64,6 +64,7 @@ struct spirv_supported_capabilities { bool transform_feedback; bool geometry_streams; bool int64_atomics; + bool storage_image_ms; }; typedef struct shader_info { -- cgit v1.2.3