base: store source mesh bytes

This commit is contained in:
luboslenco
2026-08-10 20:46:20 +02:00
parent fa18273d69
commit 8d872be183
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -104,6 +104,7 @@ typedef struct mesh_data_runtime {
gpu_buffer_t *vertex_buffer;
gpu_buffer_t *index_buffer;
gpu_vertex_structure_t structure;
buffer_t *skin_blob; // Source file bytes
} mesh_data_runtime_t;
typedef struct mesh_data {