add a TODO

This commit is contained in:
veclavtalica 2024-11-03 21:54:55 +03:00
parent 963d549eed
commit e4da4a8b7f

View File

@ -111,6 +111,7 @@ typedef struct MeshBatch {
uint8_t *primitives;
} MeshBatch;
/* TODO: use atlas id instead */
typedef struct MeshBatchItem {
TextureKey key;
struct MeshBatch value;