Skip to content

Commit

Permalink
[spv-in] remove spirv::Capability::ImageMSArray
Browse files Browse the repository at this point in the history
as we don't support multisampled storage textures at all
  • Loading branch information
teoxoy authored and jimblandy committed Oct 18, 2023
1 parent 2f6a32f commit de9913f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/front/spv/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ pub const SUPPORTED_CAPABILITIES: &[spirv::Capability] = &[
spirv::Capability::Image1D,
spirv::Capability::SampledCubeArray,
spirv::Capability::ImageCubeArray,
spirv::Capability::ImageMSArray,
spirv::Capability::StorageImageExtendedFormats,
spirv::Capability::Int8,
spirv::Capability::Int16,
Expand Down

0 comments on commit de9913f

Please sign in to comment.