Type Definition glsl_layout::uint

source · []
pub type uint = u32;
Expand description

Unsigned integer value.

Trait Implementations

Convert to bytes-slice.

ZST that enforces alignment required for this type.

Type that contain same data with memory layout matching glsl’s layout(std140).

Get aligned data from structure.