[][src]Type Definition glsl_layout::double

type double = f64;

Double-precision floating-point value.

Trait Implementations

impl Std140 for double[src]

impl Uniform for double[src]

type Align = Align8

ZST that enforces alignment required for this type.

type Std140 = double

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