Removed outdated todos

This commit is contained in:
Sascha Willems 2024-01-21 13:58:37 +01:00
parent afde90dcfd
commit 213bf850d5
5 changed files with 1 additions and 6 deletions

View file

@ -83,7 +83,6 @@ public:
} vertexAttributeBuffers;
// Buffers for the separate vertex attributes
// @todo: rename
struct SeparateVertexBuffers {
vks::Buffer pos, normal, uv, tangent;
} separateVertexBuffers;