IntoSTD140

Trait IntoSTD140 

Source
pub trait IntoSTD140 {
    type Output: Pack;

    // Required method
    fn into_std140(self) -> Self::Output;
}
Expand description

Trait that marks a type as able to be packable into a std140 compatible form

Required Associated Types§

Required Methods§

Source

fn into_std140(self) -> Self::Output

Implementations on Foreign Types§

Source§

impl IntoSTD140 for f32

Source§

impl IntoSTD140 for f64

Implementors§