base: add skin_frames

This commit is contained in:
luboslenco
2026-08-12 12:47:31 +02:00
parent a4f05e2cfb
commit fa48f8d115
+1
View File
@@ -105,6 +105,7 @@ typedef struct mesh_data_runtime {
gpu_buffer_t *index_buffer;
gpu_vertex_structure_t structure;
buffer_t *skin_blob; // Source file bytes
i32 skin_frames;
} mesh_data_runtime_t;
typedef struct mesh_data {