From 2aaa4423c60d3bb9e88b49880d86d20dd0d2dc7a Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Tue, 22 Oct 2024 19:29:00 +0200 Subject: add a little blurb to the last changelog entry --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3694304..86b14c4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,15 @@ - https://github.com/fips-libs/fips-cimgui - https://github.com/fips-libs/fips-imgui-dock + PS: This Dear ImGui change will also allow to remove a lot of complexity + from sokol_imgui again which was necessary after the image/sampler split + in sokol_gfx.h. Since ImTextureID is now guaranteed to be 64-bits (even when + the pointer size is 32-bits like on WASM), it's possible to stash the sokol-gfx + image- and sampler-handles (which are 32-bits each) directly into the 64-bit + ImTextureID instead of maintaining an internal object in sokol_imgui.h just + to associate a sokol-gfx image handle with a sampler handle. That's for a later + time though :) + ### 14-Oct-2024 - sokol_gfx.h: The pixel format RG11B10F is now marked as renderable in the GL -- cgit v1.2.3