Got text rendering to work with sokol_gfx (learngl text rendering article #1)

Need to todo the altas article next then the optimizing vod
This commit is contained in:
2024-05-29 01:17:03 -04:00
parent c681370d8b
commit 936c0100ba
17 changed files with 1060 additions and 108 deletions

View File

@ -218,6 +218,8 @@ State :: struct {
app_window : AppWindow,
screen_ui : UI_ScreenState,
render_data : RenderState,
monitor_id : i32,
monitor_refresh_hz : i32,