Module bevy_render::render_resource::encase::vector
source · Expand description
Module containing items necessary to implement ShaderType
for vectors
Macros§
- Used to implement
ShaderType
for the given vector type
Traits§
- Enables writing to the vector (via
&mut [T; N]
) - Enables reading from the vector (via
&[T; N]
) - Enables the creation of a vector (via
[T; N]
)