Somewhat working version

This commit is contained in:
Dynamitos
2023-11-26 09:40:48 +01:00
parent 7f1bc7d090
commit 89cee2e41a
10 changed files with 44 additions and 120 deletions
+1 -3
View File
@@ -67,9 +67,7 @@ public:
uint32 indicesOffset;
};
void resetMeshData();
void addMesh(PMesh mesh);
void removeMesh(PMesh mesh);
void updateInstances();
void updateMesh(PMesh mesh, Component::Transform& transform);
void createDescriptors();
void loadMesh(MeshId id, Array<Meshlet> meshlets);
MeshId allocateVertexData(uint64 numVertices);