make face culling optional

This commit is contained in:
veclavtalica
2025-01-27 04:15:46 +03:00
parent 6ef3cf1a3a
commit 166ae43981
3 changed files with 13 additions and 1 deletions

View File

@ -81,6 +81,7 @@ typedef struct EngineContext {
/* signals mouse focus, used to disable mouse capture */
bool window_mouse_resident;
bool audio_initialized;
bool cull_faces;
} EngineContext;
/* TODO: does it need to be marked with TWN_API? */