We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f438c8c commit c0005b6Copy full SHA for c0005b6
crates/spirv-std/src/arch/subgroup.rs
@@ -280,7 +280,7 @@ pub fn subgroup_all_equal<T: ScalarOrVector>(value: T) -> bool {
280
/// Requires Capability `GroupNonUniformBallot`.
281
///
282
/// # Safety
283
-/// * `id` must not be dynamically uniform
+/// * `id` must be dynamically uniform
284
/// * before 1.5: `id` must be constant
285
/// * Result is undefined if `id` is an inactive invocation or out of bounds
286
#[spirv_std_macros::gpu_only]
0 commit comments