More refactoring

This commit is contained in:
Dynamitos
2023-10-08 21:07:45 +02:00
parent 1b6e1a8453
commit 3823fcf0d3
14 changed files with 139 additions and 88 deletions
+4 -3
View File
@@ -4,14 +4,15 @@
namespace Seele
{
DECLARE_REF(MeshletBuffer)
DECLARE_REF(TopologyData)
DECLARE_REF(VertexData)
class Mesh
{
public:
Mesh(PMeshletBuffer meshlets);
Mesh();
~Mesh();
PMeshletBuffer meshlets;
PTopologyData meshlets;
PVertexData vertexData;
PMaterialAsset referencedMaterial;
private: