got the sokol_app library starting up and ticking!

Now I just need to get the events and rendering and fonts and... all hooked up
This commit is contained in:
2024-05-22 03:44:14 -04:00
parent 9cd0692e56
commit 8130faa6ad
3 changed files with 8 additions and 48 deletions

View File

@ -250,7 +250,6 @@ State :: struct {
// The camera is considered the "context" for coodrinate space operations in rendering
cam_context : Camera,
// sokol_relay : SokolRelay,
sokol_context : runtime.Context,
}