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
@@ -16,6 +16,7 @@ public:
uint64 vertexCount;
Gfx::OIndexBuffer indexBuffer;
PMaterialInstanceAsset referencedMaterial;
Array<uint32> indices;
Array<Meshlet> meshlets;
void save(ArchiveBuffer& buffer) const;
void load(ArchiveBuffer& buffer);