Type Definition glsl_layout::double[][src]

type double = f64;

Double-precision floating-point value.

Trait Implementations

impl Std140 for double
[src]

impl Uniform for double
[src]

ZST that enforces alignment required for this type.

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

The value of the Align.

Get aligned data from structure.