Type Definition glsl_layout::double

source · []
pub type double = f64;
Expand description

Double-precision floating-point value.

Trait Implementations

Convert to bytes-slice.

ZST that enforces alignment required for this type.

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

Get aligned data from structure.