diff options
author | Samuel Pitoiset <[email protected]> | 2018-12-17 17:24:06 +0100 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2018-12-20 18:01:09 +0100 |
commit | f45e43e156a9cdc0527f63bf0def15766a1c5199 (patch) | |
tree | 1f9922f8cf6286199f67d6865ac8d79ae32b928e /src/compiler/shader_info.h | |
parent | 5b1ec10e4cf0b5ad3d21172333613f8f090a9a52 (diff) |
spirv: add support for SpvCapabilityStorageImageMultisample
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Diffstat (limited to 'src/compiler/shader_info.h')
-rw-r--r-- | src/compiler/shader_info.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |