summaryrefslogtreecommitdiff
path: root/tools/gfx/gui.h
AgeCommit message (Collapse)Author
2021-01-06Refactor GUI/Window utils out of gfx library (#1649)Yong He
Co-authored-by: Yong He <yhe@nvidia.com>
2018-08-06Add basic support for "Dear IMGUI" (#625)Tim Foley
This isn't being made visible just yet, but it will allow us to have a simple UI for loading models into the model-viewer example. In order to support rendering with IMGUI I had to add the following to the `Renderer` layer: * viewports * scissor rects * blend support These are really only fully implemented for D3D11, but adding them to the other back-ends should be a reasonably small task.