Skip to content

Commit 091fd90

Browse files
committed
subgroup: fix docs typo
1 parent a28bd3a commit 091fd90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/spirv-std/src/arch/subgroup.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ pub fn subgroup_all_equal<T: VectorOrScalar>(value: T) -> bool {
281281
/// Requires Capability `GroupNonUniformBallot`.
282282
///
283283
/// # Safety
284-
/// * `id` must not be dynamically uniform
284+
/// * `id` must be dynamically uniform
285285
/// * before 1.5: `id` must be constant
286286
/// * Result is undefined if `id` is an inactive invocation or out of bounds
287287
#[spirv_std_macros::gpu_only]

0 commit comments

Comments
 (0)