Expand description
Module containing items necessary to implement WgslType for matrices
Macros
Used to implement WgslType for the given matrix type
Traits
Enables writing to the matrix (via &mut [[T; R]; C])
Enables reading from the matrix (via &[[T; R]; C])
Enables the cration of a matrix (via [[T; R]; C])