vk::VertexInputBindingDescriptionvertexInputBindingDescription(binding,layout.stride,vk::VertexInputRate::eVertex);// TODO: What's with the input rate?
vk::VertexInputAttributeDescriptionvertexInputAttributeDescription(location,binding,static_cast<vk::Format>(format),offset);// TODO: Format -> cast to vk::Format?