Module bevy_render::render_resource::encase::matrix
source · Expand description
Module containing items necessary to implement ShaderType
for matrices
Macros§
- Used to implement
ShaderType
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 creation of a matrix (via
[[T; R]; C]
)