mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-13 00:24:20 +00:00
Version 1.84
Fix PVS Studio false positive //-V1020 Fix missing #ifndef for IMGUI_IMPL_OPENGL_LOADER_CUSTOM path
This commit is contained in:
parent
fc062e6028
commit
d2ffbd9b86
12 changed files with 48 additions and 39 deletions
|
|
@ -1,4 +1,4 @@
|
|||
// dear imgui, v1.84 WIP
|
||||
// dear imgui, v1.84
|
||||
// (main code and documentation)
|
||||
|
||||
// Help:
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
// - FAQ http://dearimgui.org/faq
|
||||
// - Homepage & latest https://github.com/ocornut/imgui
|
||||
// - Releases & changelog https://github.com/ocornut/imgui/releases
|
||||
// - Gallery https://github.com/ocornut/imgui/issues/3793 (please post your screenshots/video there!)
|
||||
// - Gallery https://github.com/ocornut/imgui/issues/4451 (please post your screenshots/video there!)
|
||||
// - Wiki https://github.com/ocornut/imgui/wiki (lots of good stuff there)
|
||||
// - Glossary https://github.com/ocornut/imgui/wiki/Glossary
|
||||
// - Issues & support https://github.com/ocornut/imgui/issues
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue