Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf.pld@gmail.com>2018-08-31 19:37:29 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2018-08-31 19:37:29 +0300
commitfca71e6e0d4697d1fdfc479d757cfd1eba69cfd7 (patch)
treecd16d29e368db6d33f02a09dbee5fc67e332b6dc /imgui/imgui_draw.cpp
parent0d6d296e9499bb5a5235263bf714c1f0bbddbf34 (diff)
Update to imgui 1.64.
Diffstat (limited to 'imgui/imgui_draw.cpp')
-rw-r--r--imgui/imgui_draw.cpp25
1 files changed, 16 insertions, 9 deletions
diff --git a/imgui/imgui_draw.cpp b/imgui/imgui_draw.cpp
index d7044cac..98fbc45c 100644
--- a/imgui/imgui_draw.cpp
+++ b/imgui/imgui_draw.cpp
@@ -1,14 +1,21 @@
-// dear imgui, v1.63
+// dear imgui, v1.64
// (drawing and font code)
-// Contains implementation for
-// - Default styles
-// - ImDrawList
-// - ImDrawData
-// - ImFontAtlas
-// - Internal Render Helpers
-// - ImFont
-// - Default font data
+/*
+
+Index of this file:
+- Cruft for stb_truetype/stb_rectpack implementation
+- Style functions (default style)
+- ImDrawList
+- ImDrawData
+- ShadeVertsXXX helpers functions
+- ImFontConfig
+- ImFontAtlas
+- ImFont
+- Internal Render Helpers
+- Default font data
+
+*/
#if defined(_MSC_VER) && !defined(_CRT_SECURE_NO_WARNINGS)
#define _CRT_SECURE_NO_WARNINGS