Skip to content

Commit a951735

Browse files
committed
subgroup: added all non-uniform subgroup operations
1 parent 5dd0200 commit a951735

File tree

3 files changed

+2071
-1
lines changed

3 files changed

+2071
-1
lines changed

crates/spirv-std/src/arch.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,15 @@ mod demote_to_helper_invocation_ext;
1919
mod derivative;
2020
mod primitive;
2121
mod ray_tracing;
22+
mod subgroup;
2223

2324
pub use atomics::*;
2425
pub use barrier::*;
2526
pub use demote_to_helper_invocation_ext::*;
2627
pub use derivative::*;
2728
pub use primitive::*;
2829
pub use ray_tracing::*;
30+
pub use subgroup::*;
2931

3032
/// Result is true if any component of `vector` is true, otherwise result is
3133
/// false.

0 commit comments

Comments
 (0)