Got it to compile with sokol changes (UNTESTED)

This commit is contained in:
2024-05-22 03:28:16 -04:00
parent 405716e52b
commit 9cd0692e56
8 changed files with 600 additions and 3 deletions

View File

@ -249,6 +249,9 @@ State :: struct {
// The camera is considered the "context" for coodrinate space operations in rendering
cam_context : Camera,
// sokol_relay : SokolRelay,
sokol_context : runtime.Context,
}
get_state :: #force_inline proc "contextless" () -> ^ State {