[][src]Type Definition glsl_layout::float

type float = f32;

floating-point value.

Trait Implementations

impl Std140 for float[src]

impl Uniform for float[src]

type Align = Align4

ZST that enforces alignment required for this type.

type Std140 = float

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