Code restructuring
This commit is contained in:
parent
15124e8232
commit
0dc34c3375
2 changed files with 73 additions and 82 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue