pub unsafe trait Vector<T: Scalar, const N: usize>: Default { }
Expand description
Abstract trait representing a SPIR-V vector type.
Safety
Implementing this trait on non-simd-vector types breaks assumptions of other unsafe code, and should not be done.