logo
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 cration of a vector (via [T; N])