-
Notifications
You must be signed in to change notification settings - Fork 547
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make canvas work without ImDrawList::_FringeScale extension. #25
This change mage _FringeScale extension optional and make canvas compile without it. SFINAE is used to detect if member variable is present. Fringe scale extension to ImDrawList make zoomed geometry look sharp. It is available here: https://github.com/thedmd/imgui/tree/feature/draw-list-fringe-scale
- Loading branch information
Showing
1 changed file
with
62 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters