despero 0.1.0

Rusty game engine, using API Vulkan and implementing paradigm of ECS
Documentation
1
2
3
4
5
use ash::vk;

pub type ShaderInputAttribute = vk::VertexInputAttributeDescription;
pub type ShaderInputBinding = vk::VertexInputBindingDescription;
pub type ShaderInputFormat = vk::Format;