naga::proc

Module type_methods

Source
Expand description

Methods on TypeInner, Scalar, and ScalarKind.

Macros§

Constants§

Traits§

  • Helper trait for providing the min and max values exactly representable by the integer type Self and floating point type F.

Functions§

  • Returns a tuple of crate::Literals representing the minimum and maximum float values exactly representable by the provided float and integer types. Panics if float is not one of F16, F32, or F64, or int is not one of I32, U32, I64, or U64.