sunscreen_math 0.10.0

This crate contains GPU implementations that support the Sunscreen compiler.
Documentation
1
2
3
4
5
6
7
#[derive(Debug, thiserror::Error)]
/// Errors that can occur in this crate.
pub enum Error {
    #[error("The given value is out of range.")]
    /// The given value is out of range.
    OutOfRange,
}