Type Definition double
glsl_layout
type double = f64;
Double-precision floating-point value.
impl Std140 for double
impl Uniform for double
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).
layout(std140)
fn align() -> Align8
The value of the Align.
Align
fn std140(&self) -> double
Get aligned data from structure.