Module matrix

Source
Expand description

Module containing items necessary to implement ShaderType for matrices

Macros§

impl_matrix
Used to implement ShaderType for the given matrix type

Traits§

AsMutMatrixParts
Enables writing to the matrix (via &mut [[T; R]; C])
AsRefMatrixParts
Enables reading from the matrix (via &[[T; R]; C])
FromMatrixParts
Enables the creation of a matrix (via [[T; R]; C])
MatrixScalar