mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-16 00:54:19 +00:00
AA branch: remove unused functions.
This commit is contained in:
parent
4bb94a9e4d
commit
1318e1b74c
1 changed files with 0 additions and 2 deletions
2
imgui.h
2
imgui.h
|
|
@ -1066,8 +1066,6 @@ struct ImDrawList
|
|||
IMGUI_API void PrimRectUV(const ImVec2& a, const ImVec2& b, const ImVec2& uv_a, const ImVec2& uv_b, ImU32 col);
|
||||
IMGUI_API void UpdateClipRect();
|
||||
IMGUI_API void UpdateTextureID();
|
||||
IMGUI_API void PrimVtx(const ImVec2& pos, const ImVec2& uv, ImU32 col) { vtx_write->pos = pos; vtx_write->uv = uv; vtx_write->col = col; vtx_write++; vtx_current_idx++; }
|
||||
IMGUI_API void PrimIdx(unsigned int idx) { *idx_write++ = (ImDrawIdx)idx; }
|
||||
};
|
||||
|
||||
// Load and rasterize multiple TTF fonts into a same texture.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue