summaryrefslogtreecommitdiff
path: root/external/imgui
AgeCommit message (Collapse)Author
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.