Skip to content

Commit

Permalink
update changelog (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Nov 6, 2024
1 parent fe5df03 commit 7cc01cf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
CHANGELOG
=========

#### **07-Nov-2024**

This is the sokol-shdc update going with the sokol-gfx 'bindings cleanup update':

- Input shader code now require explicit `layout(binding=N)` annotations on
uniform blocks, textures, samplers and storage buffers.
- All code generators have been updated for the new `sg_shader_desc` struct
interior (this also affects the yaml generator output).

Associated PR: https://github.com/floooh/sokol-tools/pull/151

See also the [sokol repository changelog](https://github.com/floooh/sokol/blob/master/CHANGELOG.md#07-nov-2024)
for more details.

#### **04-Sep-2024**

The Zig code generator (`-f sokol_zig`) now generates runtime reflection functions
Expand Down

0 comments on commit 7cc01cf

Please sign in to comment.