Added scene transform update on load

This commit is contained in:
2024-12-27 23:56:39 +01:00
parent 691766fa8c
commit a78c2ccb93
4 changed files with 11 additions and 5 deletions

View File

@@ -13,6 +13,11 @@ Mesh_Vertex_Data_Type :: enum {
BITANGENT;
BONE_INDICES;
BONE_WEIGHTS;
INSTANCED_MAT1;
INSTANCED_MAT2;
INSTANCED_MAT3;
INSTANCED_MAT4;
}
Mesh_Handle :: #type, distinct u32;