diff options
| author | 0scar <qgt268@alumni.ku.dk> | 2024-06-24 19:57:39 +0000 |
|---|---|---|
| committer | 0undefined <oscar@nelin.dk> | 2025-02-26 12:50:10 +0000 |
| commit | 598f32042f2afedce348afa737ee7305d6257e61 (patch) | |
| tree | 5f316d9154c2e9e471341344eb1a27217dd45e71 /state_mainstate/include | |
| parent | 60bb3a6eb1ea93c7b0aaaa30f0e803d9a8d0bb23 (diff) | |
tmp
Diffstat (limited to 'state_mainstate/include')
| -rw-r--r-- | state_mainstate/include/states/mainstate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/state_mainstate/include/states/mainstate.h b/state_mainstate/include/states/mainstate.h index 5e7d88f..73e2eab 100644 --- a/state_mainstate/include/states/mainstate.h +++ b/state_mainstate/include/states/mainstate.h @@ -16,6 +16,7 @@ typedef struct mainstate_state { /* Resources */ Shader shaders[10]; + RenderBatch batches[10]; RenderObject objects[10]; i_ctx input_ctx; binding_t input_bindings[10]; |
