Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update number documentation
Co-authored-by: Eduard-Mihai Burtescu <edy.burt@gmail.com>
  • Loading branch information
BeastLe9enD and eddyb authored Jun 4, 2022
commit c011d1943ca17cdf913539b8836f8214871a4376
2 changes: 1 addition & 1 deletion crates/spirv-std/src/number.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Traits and helper functions related to numbers.

/// Abstract trait representing a SPIR-V integer type.
/// Abstract trait representing a SPIR-V integer or floating-point type.
pub trait Number: crate::scalar::Scalar {}

impl Number for u8 {}
Expand Down