update imgui, back to releases Merge commit '0e1b1703f68766c55445e7e3e439035bed6d559c'

This commit is contained in:
2024-05-15 13:22:13 +02:00
41 changed files with 962 additions and 383 deletions

View File

@ -1,4 +1,4 @@
// dear imgui, v1.90.6 WIP
// dear imgui, v1.90.6
// (drawing and font code)
/*
@ -385,6 +385,7 @@ void ImDrawListSharedData::SetCircleTessellationMaxError(float max_error)
}
// Initialize before use in a new frame. We always have a command ready in the buffer.
// In the majority of cases, you would want to call PushClipRect() and PushTextureID() after this.
void ImDrawList::_ResetForNewFrame()
{
// Verify that the ImDrawCmd fields we want to memcmp() are contiguous in memory.