mirror of https://github.com/ocornut/imgui.git
Browse Source
Combined filled/outline arc textures into one texture rectangle per radius Made rounded rectangles/circles draw using (moderately) tight-fitting geometry to minimise fill-rate usage Hooked up texture-based rounded rectangle/circle code to main render path, with fallback to stroke system Made AddCircleFilled/AddCircle explicitly not draw circles of radius 0 or less (to avoid inconsistency between them) Fixed bug in PrimReserve() where releasing more vertices/indices than you used would try and immediately render the entire bufferfeatures/tex_round_corners
Ben Carter
5 years ago
committed by
ocornut
1 changed files with 713 additions and 175 deletions
File diff suppressed because it is too large
Loading…
Reference in new issue