Skip to content

Commit c0005b6

Browse files
committed
subgroup: fix docs typo
1 parent f438c8c commit c0005b6

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
@@ -280,7 +280,7 @@ pub fn subgroup_all_equal<T: ScalarOrVector>(value: T) -> bool {
280280
/// Requires Capability `GroupNonUniformBallot`.
281281
///
282282
/// # Safety
283-
/// * `id` must not be dynamically uniform
283+
/// * `id` must be dynamically uniform
284284
/// * before 1.5: `id` must be constant
285285
/// * Result is undefined if `id` is an inactive invocation or out of bounds
286286
#[spirv_std_macros::gpu_only]

0 commit comments

Comments
 (0)