Skip to content
Snippets Groups Projects
Commit 07385480 authored by Artur Wasmut's avatar Artur Wasmut
Browse files

Merge branch '75-refactor-vertexlayout' of...

Merge branch '75-refactor-vertexlayout' of gitlab.uni-koblenz.de:vulkan2021/vkcv-framework into 75-refactor-vertexlayout
parents a0ed56d2 92d23240
No related branches found
No related tags found
1 merge request!61Resolve "Refactor(?) VertexLayout"
Pipeline #25693 passed
......@@ -113,14 +113,6 @@ namespace vkcv
}
}
for (auto& a : vertexAttributeDescriptions) {
std::cout << a.binding << " " << a.offset << " " << vk::to_string(a.format) << " " << a.location << std::endl;
}
for (auto& a : vertexBindingDescriptions) {
std::cout << a.binding << " " << a.stride << std::endl;
}
// Handover Containers to PipelineVertexInputStateCreateIngo Struct
vk::PipelineVertexInputStateCreateInfo pipelineVertexInputStateCreateInfo(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment