diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-08-14 11:29:48 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-08-14 11:46:02 -0400 |
| commit | ebcae77b137a759c453b89a774ece5a755078a38 (patch) | |
| tree | 4d2239e94bfbbd7bbe9b33cb33e8ca8262b99ea1 /src/game.cpp | |
| parent | 0b5f7059cc88d9ee18fa46eb7e6d9fb45ee65da8 (diff) | |
pke: HACK: avoid modifying in-use vulkan buffers
Replace me with a memory barrier helper fn.
Diffstat (limited to 'src/game.cpp')
| -rw-r--r-- | src/game.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp index aea1039..27c42ac 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -114,6 +114,7 @@ void Game_Tick(double delta) { EntityType_Tick_Late(delta); ECS_Tick_Late(delta); + window_tick_late(delta); } void Game_Main(PKEWindowProperties windowProps, const char *executablePath) { |
