[][src]Type Definition glsl_layout::int

type int = i32;

Signed integer value.

Trait Implementations

impl Std140 for int[src]

impl Uniform for int[src]

type Align = Align4

ZST that enforces alignment required for this type.

type Std140 = int

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