Skip to content

Add support for ImGui v1.92.0#341

Open
jacogasp wants to merge 1 commit intoSFML:masterfrom
jacogasp:master
Open

Add support for ImGui v1.92.0#341
jacogasp wants to merge 1 commit intoSFML:masterfrom
jacogasp:master

Conversation

@jacogasp
Copy link
Copy Markdown

@jacogasp jacogasp commented Apr 5, 2026

With version v1.92.0, ImGui introduced the RenderHasTexture backend flag to enable backend to render fonts as raw textures. The current ImGui-SFML backend implementation does not support this feature and minimal examples don't run because of failing assertions.

This commit provide support for the new RenderHasTexture backend flag while supporting previous version using the IMGUI_VERSION_NUM macro.

Inspired by #336 and #330

With version v1.92.0, ImGui introduced the RenderHasTexture backend flag
to enable backend to render fonts as raw textures. The current
ImGui-SFML backend implementation does not support this feature and
minimal examples don't run because of failing assertions.

This commit provide support for the new RenderHasTexture backend flag
while supporting previous version using the IMGUI_VERSION_NUM macro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant