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

fix my calculation brainfart.

parent 48077c15
No related branches found
No related tags found
1 merge request!61Resolve "Refactor(?) VertexLayout"
......@@ -48,8 +48,8 @@ namespace vkcv {
{
offset += getFormatSize(attachment.format);
attachment.offset = offset;
stride += offset;
}
stride = offset;
}
VertexLayout::VertexLayout() noexcept :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment