Type Definition glsl_layout::int[][src]

type int = i32;

Signed integer value.

Trait Implementations

impl Std140 for int
[src]

Convert to bytes-slice.

impl Uniform for int
[src]

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.