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