rusting_engine 0.1.46

A high-performance Vulkano-based 3D engine with GPU physics.
1
2
3
4
5
6
pub mod vs {
    vulkano_shaders::shader! {
        ty: "vertex",
        path: "src/shaders/vertex/base.vert"
    }
}