[−][src]Trait nova_math::traits::IntoSTD140
Trait that marks a type as able to be packable into a std140 compatible form
Trait that marks a type as able to be packable into a std140 compatible form
fn into_std140(self) -> Self::Outputimpl IntoSTD140 for f32[src]type Output = F32Packfn into_std140(self) -> Self::Output[src]impl IntoSTD140 for f64[src]type Output = F64Packfn into_std140(self) -> Self::Output[src]impl<T: Real> IntoSTD140 for TMat4x4<T>[src]type Output = TMat4x4P<T>fn into_std140(self) -> Self::Output[src]impl<T: Real> IntoSTD140 for TVec2<T>[src]type Output = TVec2P<T>fn into_std140(self) -> Self::Output[src]impl<T: Real> IntoSTD140 for TVec3<T>[src]type Output = TVec3P<T>fn into_std140(self) -> Self::Output[src]impl<T: Real> IntoSTD140 for TVec4<T>[src]type Output = TVec4P<T>fn into_std140(self) -> Self::Output[src]