Finally fixing it for real for real

This commit is contained in:
Dynamitos
2024-09-07 11:15:47 +02:00
parent e5c3918989
commit 9d2b890d72
15 changed files with 154 additions and 170 deletions
+1
View File
@@ -5,6 +5,7 @@ namespace Seele {
namespace Component {
struct Mesh {
PMeshAsset asset;
Array<uint32> meshletOffsets;
bool isStatic = true;
};
} // namespace Component