Code restructuring

This commit is contained in:
Sascha Willems 2022-01-21 09:59:30 +01:00
parent 15124e8232
commit 0dc34c3375
2 changed files with 73 additions and 82 deletions

View file

@ -87,9 +87,9 @@ public:
// Buffers for the separate vertex attributes
// @todo: rename
struct VertexAttributeBuffers {
struct SeparateVertexBuffers {
vks::Buffer pos, normal, uv, tangent;
} vertexAttibuteBuffers;
} separateVertexBuffers;
// Single vertex buffer for all primitives
vks::Buffer interleavedVertexBuffer;