IT WORKS(somewhat)

This commit is contained in:
Dynamitos
2023-11-10 22:01:58 +01:00
parent c30619d07d
commit 9871fb921d
4 changed files with 12 additions and 0 deletions
+1
View File
@@ -82,6 +82,7 @@ IndexBuffer::IndexBuffer(QueueFamilyMapping mapping, uint64 size, Gfx::SeIndexTy
break;
case SE_INDEX_TYPE_UINT32:
numIndices = size / sizeof(uint32);
break;
default:
break;
}