Skip to content

Commit

Permalink
[spv-in] remove spirv::Capability::InterpolationFunction
Browse files Browse the repository at this point in the history
as we don't support the `InterpolateAtCentroid`, `InterpolateAtSample`, or `InterpolateAtOffset` `GLSL.std.450` extended instructions
  • Loading branch information
teoxoy committed Oct 2, 2023
1 parent ed0f36b commit 4beaad4
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 @@ -54,7 +54,6 @@ pub const SUPPORTED_CAPABILITIES: &[spirv::Capability] = &[
spirv::Capability::CullDistance,
spirv::Capability::SampleRateShading,
spirv::Capability::DerivativeControl,
spirv::Capability::InterpolationFunction,
spirv::Capability::Matrix,
spirv::Capability::ImageQuery,
spirv::Capability::Sampled1D,
Expand Down

0 comments on commit 4beaad4

Please sign in to comment.