1 2 3 4 5 6
pub mod vs { vulkano_shaders::shader! { ty: "vertex", path: "src/shaders/vertex/base.vert" } }