We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
glfw_window_refresh_callback calls glfw_render, but does not call before/after render callbacks.
glfw_window_refresh_callback
cleanState
widgetIndex
(will be hotfixed in giu now but should actually be fixed here)
The text was updated successfully, but these errors were encountered:
mw: move steate clean/invalidation calls to the main render function
086e6bb
reasons: - due to a bug in cimgui-go (AllenDang/cimgui-go#345) before/after render callbacks are not called correctly
No branches or pull requests
glfw_window_refresh_callback
calls glfw_render, but does not call before/after render callbacks.cleanState
not called every frame in giuwidgetIndex
not being cleaned(will be hotfixed in giu now but should actually be fixed here)
The text was updated successfully, but these errors were encountered: