1 2 3 4 5
use ash::vk; pub type ShaderInputAttribute = vk::VertexInputAttributeDescription; pub type ShaderInputBinding = vk::VertexInputBindingDescription; pub type ShaderInputFormat = vk::Format;