std::cout<<"Debug Print From PipelineManager"<<std::endl;
...
...
@@ -86,7 +86,7 @@ namespace vkcv
// vertex input state
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?