mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-09 23:54:20 +00:00
Tweaks, more consistent #define names
This commit is contained in:
parent
a905505cca
commit
f30d23a502
3 changed files with 16 additions and 12 deletions
4
imgui.h
4
imgui.h
|
|
@ -509,8 +509,8 @@ struct ImDrawCmd
|
|||
ImVec4 clip_rect;
|
||||
};
|
||||
|
||||
#ifndef IMDRAW_TEX_UV_FOR_WHITE
|
||||
#define IMDRAW_TEX_UV_FOR_WHITE ImVec2(0,0)
|
||||
#ifndef IMGUI_FONT_TEX_UV_FOR_WHITE
|
||||
#define IMGUI_FONT_TEX_UV_FOR_WHITE ImVec2(0.f,0.f)
|
||||
#endif
|
||||
|
||||
// sizeof() == 20
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue