rename vattr to VertexAttribute

This commit is contained in:
MihailRis
2024-11-17 01:00:27 +03:00
parent 65287b3273
commit 5240fe6226
11 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
inline constexpr uint B2D_VERTEX_SIZE = 8;
Batch2D::Batch2D(size_t capacity) : capacity(capacity), color(1.0f){
const vattr attrs[] = {
const VertexAttribute attrs[] = {
{2}, {2}, {4}, {0}
};