Skip to content

Commit

Permalink
Merge pull request #151 from floooh/issue1037_bindings_cleanup
Browse files Browse the repository at this point in the history
Changes for sokol-gfx bindings cleanup.
  • Loading branch information
floooh authored Nov 7, 2024
2 parents f3d7228 + 7cc01cf commit eabd3df
Show file tree
Hide file tree
Showing 93 changed files with 2,109 additions and 1,420 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
Loading

0 comments on commit eabd3df

Please sign in to comment.