Added TODO comment for putting parameters into struct.

This commit is contained in:
Jeroen Bakker 2021-06-07 13:31:09 +02:00
parent e517aaa136
commit 1d3ffc93ec
1 changed files with 1 additions and 0 deletions

View File

@ -407,6 +407,7 @@ typedef void(ExtractLVertMeshFn)(const MeshRenderData *mr,
/** \name Mesh Elements Extract Struct
* \{ */
/* TODO(jbakker): move parameters inside a struct. */
typedef void *(ExtractInitFn)(const MeshRenderData *mr,
struct MeshBatchCache *cache,
void *buffer);