Skip to content

Commit

Permalink
chore: doc
Browse files Browse the repository at this point in the history
  • Loading branch information
AsherJingkongChen committed Oct 8, 2024
1 parent 84899e6 commit 05a9ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion naga/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1934,7 +1934,7 @@ pub enum Statement {
/// If [`SHADER_INT64_ATOMIC_MIN_MAX`] or [`SHADER_INT64_ATOMIC_ALL_OPS`] are
/// enabled, this may also be [`I64`] or [`U64`].
///
/// If [`SHADER_FLT32_ATOMIC`] is enabled, this may be [`F32`].
/// If [`SHADER_FLT32_ATOMIC`] is enabled, this may be [`F32`](crate::Scalar::F32).
///
/// [`Pointer`]: TypeInner::Pointer
/// [`Atomic`]: TypeInner::Atomic
Expand Down

0 comments on commit 05a9ccc

Please sign in to comment.