Skip to content

Commit

Permalink
Merge pull request #1026 from jakubtomsu/increase-sg-string-size
Browse files Browse the repository at this point in the history
[sokol_gfx] Increase _SG_STRING_SIZE from 16 to 32
  • Loading branch information
floooh committed Apr 12, 2024
2 parents 8fd4da8 + b5a30c1 commit 91ec4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sokol_gfx.h
Expand Up @@ -4756,7 +4756,7 @@ _SOKOL_PRIVATE int _sg_slot_index(uint32_t id);

// constants
enum {
_SG_STRING_SIZE = 16,
_SG_STRING_SIZE = 32,
_SG_SLOT_SHIFT = 16,
_SG_SLOT_MASK = (1<<_SG_SLOT_SHIFT)-1,
_SG_MAX_POOL_SIZE = (1<<_SG_SLOT_SHIFT),
Expand Down

0 comments on commit 91ec4b5

Please sign in to comment.