Skip to content

Commit

Permalink
Add missing feature to glsl
Browse files Browse the repository at this point in the history
  • Loading branch information
valaphee committed May 16, 2024
1 parent bbb3965 commit 6aca6f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions naga/src/back/glsl/features.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ impl FeaturesManager {
out,
"#extension GL_KHR_shader_subgroup_shuffle_relative : require"
)?;
writeln!(out, "#extension GL_KHR_shader_subgroup_quad : require")?;
}

Ok(())
Expand Down

0 comments on commit 6aca6f6

Please sign in to comment.