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 a28bd3a commit 091fd90Copy full SHA for 091fd90
crates/spirv-std/src/arch/subgroup.rs
@@ -281,7 +281,7 @@ pub fn subgroup_all_equal<T: VectorOrScalar>(value: T) -> bool {
281
/// Requires Capability `GroupNonUniformBallot`.
282
///
283
/// # Safety
284
-/// * `id` must not be dynamically uniform
+/// * `id` must be dynamically uniform
285
/// * before 1.5: `id` must be constant
286
/// * Result is undefined if `id` is an inactive invocation or out of bounds
287
#[spirv_std_macros::gpu_only]
0 commit comments