Skip to content

Commit

Permalink
udpdate changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Jan 23, 2025
1 parent 53916a0 commit aec0391
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
CHANGELOG
=========

#### **20-Jan-2024**
#### **23-Jan-2025**

GLSL v430 output will no longer remap storage buffer bindings to the slot
range 0..15 but instead only use the slot range 0..7 (this is ok because sokol_gfx.h
only allows to use up to 8 storage buffer bindings anyway). This change allows
sokol_gfx.h to run on min-spec GL drivers that only allow the minimal number of
storage buffer bindings (see sokol issue [#1193](https://github.com/floooh/sokol/issues/1193)
for details).

#### **20-Jan-2025**

The binary distribution repo https://github.com/floooh/sokol-tools-bin now also
has a binary for ARM64 Linux under the path `bin/linux_arm64/sokol-shdc`).
Expand Down

0 comments on commit aec0391

Please sign in to comment.