diff options
| author | Andre Weissflog <floooh@gmail.com> | 2025-03-02 16:10:56 +0100 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2025-03-02 16:10:56 +0100 |
| commit | 9fda59e2bd4de03c5ee3a46ac67a22cfc0d4c7db (patch) | |
| tree | c4bb4921453babda0e91ce01203e2163b185428f | |
| parent | 03fc47d84851a7a1330e9967305dbf45e60aa87a (diff) | |
sokol_gfx.h: doc header tweaks
| -rw-r--r-- | sokol_gfx.h | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/sokol_gfx.h b/sokol_gfx.h index 211e3678..3a1238b3 100644 --- a/sokol_gfx.h +++ b/sokol_gfx.h @@ -4256,15 +4256,16 @@ typedef enum sg_log_item { The default configuration is: - .buffer_pool_size 128 - .image_pool_size 128 - .sampler_pool_size 64 - .shader_pool_size 32 - .pipeline_pool_size 64 - .pass_pool_size 16 - .uniform_buffer_size 4 MB (4*1024*1024) - .max_commit_listeners 1024 - .disable_validation false + .buffer_pool_size 128 + .image_pool_size 128 + .sampler_pool_size 64 + .shader_pool_size 32 + .pipeline_pool_size 64 + .attachments_pool_size 16 + .uniform_buffer_size 4 MB (4*1024*1024) + .max_dispatch_calls_per_pass 1024 + .max_commit_listeners 1024 + .disable_validation false .mtl_force_managed_storage_mode false .wgpu_disable_bindgroups_cache false .wgpu_bindgroups_cache_size 1024 |