From 7cc01cf631f51becb862a4916b9e50bc48a6618c Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Wed, 6 Nov 2024 20:26:53 +0100 Subject: [PATCH] update changelog (https://github.com/floooh/sokol-tools/pull/151) --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0036c69..3718f06b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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