Vulkan · 23w The Vulkan Working Group has published, Building a Simple Game Engine, a new in-depth tutorial for developers ready to move beyond the basics and into professional-grade engine development. Learn mo... Omar @Omar 1772199753 @nprofile1q... Nice tutorial! Would you be in a situation to update the imgui section (https://docs.vulkan.org/tutorial/latest/Building_a_Simple_Engine/GUI/02_imgui_setup.html) ? It is using GetTexDataAsRGBA32() which was marked obsolete in June 2025 and is a path that does not support e.g. dynamic font textures and will likely be unsupported in 2026. See https://github.com/ocornut/imgui/blob/master/docs/BACKENDS.md#rendering-adding-support-for-imguibackendflags_rendererhastextures-192 for precise instructions. Thanks. 2