diff options
| author | Andre Weissflog <floooh@gmail.com> | 2024-01-28 17:27:47 +0100 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2024-01-28 17:27:47 +0100 |
| commit | e17c6aab0bca46564090b993fc4d79bf9571d97b (patch) | |
| tree | 30a71c6b10b513f133d82b20fdef9e3b14d12cff | |
| parent | 3ea3dac2b8d08f5d92dce5067f0cd4035824afc6 (diff) | |
sokol_gfx.h: remove obsolete _SG_DEFAULT_CONTEXT_POOL_SIZE
| -rw-r--r-- | sokol_gfx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sokol_gfx.h b/sokol_gfx.h index d205942d..66f3ea2f 100644 --- a/sokol_gfx.h +++ b/sokol_gfx.h @@ -4579,7 +4579,6 @@ enum { _SG_DEFAULT_SHADER_POOL_SIZE = 32, _SG_DEFAULT_PIPELINE_POOL_SIZE = 64, _SG_DEFAULT_PASS_POOL_SIZE = 16, - _SG_DEFAULT_CONTEXT_POOL_SIZE = 16, _SG_DEFAULT_UB_SIZE = 4 * 1024 * 1024, _SG_DEFAULT_MAX_COMMIT_LISTENERS = 1024, _SG_DEFAULT_WGPU_BINDGROUP_CACHE_SIZE = 1024, |