Files
filament/libs
Philip Rideout 25d42c939d filagui: publicize the low-level draw data handler.
The existing API was fine for FilamentApp but it prevented clients from
making ImGui calls from arbitrary places, which forced them in some
cases to queue up their ImGui calls using vector<function<>>.

This PR publicizes the low-level method that consumes the ImGui draw
list and removes calls to global functions.
2020-07-09 11:31:36 -07:00
..
2020-04-07 16:28:01 -07:00
2020-07-08 17:18:18 -07:00
2020-06-04 15:17:08 -07:00