Skip to content

Commit

Permalink
[spv-in] remove duplicated capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
teoxoy authored and jimblandy committed Oct 18, 2023
1 parent 6854b0a commit 7ee474b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/front/spv/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ pub const SUPPORTED_CAPABILITIES: &[spirv::Capability] = &[
spirv::Capability::ImageCubeArray,
spirv::Capability::ImageMSArray,
spirv::Capability::StorageImageExtendedFormats,
spirv::Capability::Sampled1D,
spirv::Capability::SampledCubeArray,
spirv::Capability::Int8,
spirv::Capability::Int16,
spirv::Capability::Int64,
Expand Down

0 comments on commit 7ee474b

Please sign in to comment.