Expand description
Module containing items necessary to implement ShaderType
for matrices
Macros§
- impl_
matrix - Used to implement
ShaderType
for the given matrix type
Traits§
- AsMut
Matrix Parts - Enables writing to the matrix (via
&mut [[T; R]; C]
) - AsRef
Matrix Parts - Enables reading from the matrix (via
&[[T; R]; C]
) - From
Matrix Parts - Enables the creation of a matrix (via
[[T; R]; C]
) - Matrix
Scalar