From 0f703b8a5129acfa13c92ce79699d86833dcc561 Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Wed, 31 Jul 2024 10:33:32 +1000 Subject: grid draw/execute --- src/systems/grid.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/systems/grid.h') diff --git a/src/systems/grid.h b/src/systems/grid.h index 7d983dc..d8bc567 100644 --- a/src/systems/grid.h +++ b/src/systems/grid.h @@ -11,10 +11,11 @@ typedef struct Grid_Storage { } Grid_Storage; // --- Public API -void Grid_Init(Grid_Storage* storage); +PUB void Grid_Init(Grid_Storage* storage); // void Grid_Shutdown(Grid_Storage* storage); -void Grid_Draw(Grid_Storage* storage); +PUB void Grid_Draw(); // --- Internal +void Grid_Execute(Grid_Storage* storage); // typedef struct GridUniforms {} GridUniforms; // ShaderDataLayout GridUniforms_GetLayout(void* data); \ No newline at end of file -- cgit v1.2.3-70-g09d2