Skip to content

Commit 085319e

Browse files
committed
subgroup: added all non-uniform subgroup operations
1 parent 64276be commit 085319e

File tree

2 files changed

+2070
-0
lines changed

2 files changed

+2070
-0
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)