crevice_notan 0.11.0

Create GLSL-compatible versions of structs with explicitly-initialized padding
Documentation
1
2
3
4
5
6
7
8
9
10
mod imp_mint;

#[cfg(feature = "cgmath")]
mod imp_cgmath;

#[cfg(feature = "glam")]
mod imp_glam;

#[cfg(feature = "nalgebra")]
mod imp_nalgebra;