summaryrefslogtreecommitdiffstats
path: root/Imgui/src/ImGuiImplDiligent.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updated copyright noticeassiduous2021-01-011-1/+1
|
* Moved ImGuiImplDiligent_Internal into separate compilation unitThomas Tissot2020-06-121-590/+22
|
* Fixed ImGUI framebuffer scaleThomas Tissot2020-06-111-8/+14
|
* Updated Android native app to better handle orientation changesassiduous2020-04-271-2/+2
|
* Imgui: handling surface pretransformassiduous2020-04-271-20/+190
|
* Updates to match API version 240056assiduous2020-04-011-2/+4
|
* Renamed .h -> .hpp where appropriateassiduous2020-01-311-1/+1
|
* Updates to comply with the new APIassiduous2020-01-291-3/+3
|
* ImGuiImplDiligent: added UpdateFontsTexture() methodassiduous2020-01-191-1/+7
|
* Updated copyright noticeassiduous2020-01-011-7/+11
|
* ImGuiImplDiligent: added EndFrame methodassiduous2019-12-261-0/+6
|
* Reverted previous change if this was not the cause of the problem. It seems ↵assiduous2019-12-261-1/+0
| | | | that dear imgui does not render the first frame no matter what
* ImGuiImplDiligent: added missing call to ImGui::EndFrameassiduous2019-12-261-0/+1
|
* clang-formatted ImGuiImplEgor Yusov2019-11-251-76/+82
|
* Fixed compiler warningEgor Yusov2019-10-251-1/+1
|
* Few updates to comply with API version 240033Egor Yusov2019-10-191-2/+2
|
* Imgui: fixed shaders to work with non-separable program in GLEgor Yusov2019-10-111-4/+2
|
* Imgui implementation: fixed few Vulkan issuesEgor Yusov2019-09-291-1/+6
|
* Added DearImguiEgor Yusov2019-09-251-0/+457