update sokol (views update for gfx was breaking change)

This commit is contained in:
2025-09-14 13:34:49 -04:00
parent 8ed60cca33
commit 841a23b707
66 changed files with 5534 additions and 4516 deletions

View File

@@ -205,7 +205,7 @@ init :: proc "c" ()
sampler_pool_size = 64,
shader_pool_size = 32,
pipeline_pool_size = 64,
attachments_pool_size = 16,
view_pool_size = 16,
uniform_buffer_size = 4 * mem.Megabyte,
max_commit_listeners = 1024,
allocator = { sokol_gfx_alloc, sokol_gfx_free, nil },