Type Definition glsl_layout::int

source ·
pub type int = i32;
Expand description

Signed 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.