You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
draw_list->AddCallback(ImDrawCallback_ResetRenderState, nullptr);
It seems this method won't work because we only have the ImDrawCallback delegate in our parameters.
We need another method that will have this native parameter "delegate*<ImDrawList*, ImDrawCmd*, void> callback"