[UI] Fixed issues with ImGui on Vulkan and few ASAN issues related to ImGui
- Simplified handling of notifications to faster version with ranges - Removed usage of STB sprintf on checked due to ASAN violation - Draw ImGui windows only when they're not in close_pending state
This commit is contained in:
@@ -66,6 +66,9 @@ filter("configurations:Checked")
|
||||
editandcontinue("Off")
|
||||
staticruntime("Off")
|
||||
optimize("Off")
|
||||
removedefines({
|
||||
"IMGUI_USE_STB_SPRINTF",
|
||||
})
|
||||
defines({
|
||||
"DEBUG",
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user