Type Definition double
glsl_layout
type double = f64;
Double-precision floating-point value.
impl Std140 for double
impl AsStd140 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 std140(&self) -> double
Get aligned data from structure.