omar
|
3a737e665a
Examples: Vulkan: Added missing support for 32-bit indices (#define ImDrawIdx unsigned int). + demo typo
|
6 years ago |
omar
|
512d39d031
Examples: OpenGL3: Minor tweaks, clarifications + not calling glBindBuffer more than necessary in the render loop.
|
6 years ago |
omar
|
d972533d09
Examples: Vulkan: Rewrote scissor processing to match other examples more closely. Removed extraneous +1 of scissor extent height.
|
6 years ago |
omar
|
dd14adc731
Examples: Vulkan: Support draw_data->FramebufferScale correctly matching a79785c for on Metal/GL2/GL3. (#2306, #1676)
|
6 years ago |
omar
|
a79785c0b9
ImDrawData: Added FramebufferScale field (currently a copy of the value from io.DisplayFramebufferScale).
|
6 years ago |
omar
|
2c38b32db1
Removed trailing spaces (#2038, #2299)
|
6 years ago |
omar
|
7658035e5a
About, IO: Added io.BackendPlatformName, io.BackendRendererName for informational/QA purpose.
|
6 years ago |
Cort
|
ed0f7004d0
Examples: Vulkan: Avoid unreferenced parameter warning. (#2162)
|
6 years ago |
omar
|
1afd29d382
Examples: Using "dear imgui" terminology in all examples headers/comments + fix minor typo.
|
7 years ago |
omar
|
1b61b6b208
Examples: Vulkan: Minor tweaks.
|
7 years ago |
omar
|
4dea0327e7
Examples: Vulkan: Fixed handling of VkSurfaceCapabilitiesKHR::maxImageCount = 0 case. Tweaked present mode selections.
|
7 years ago |
omar
|
7268c65d73
Examples: imgui_impl_vulkan: Comments (re)
|
7 years ago |
omar
|
3fdfac3377
Examples: imgui_impl_vulkan: Comments
|
7 years ago |
omar
|
421dc19798
Examples: Cast to ImTextureID instead of void* when assigning to TexId. Applied to all examples. (#2015)
|
7 years ago |
omar
|
7b2662d245
Examples: Comments, bits of documentation
|
7 years ago |
omar
|
d68633398b
Examples: Vulkan: nverted the parameters to ImGui_ImplVulkan_RenderDrawData() to be consistent with other bindings.
|
7 years ago |
omar
|
7acb46bec5
Examples: Comments to make ImGuiConfigFlags_NoMouseCursorChange more visible (#1027). + Allegro5: Added support for ImGuiConfigFlags_NoMouseCursorChange flag.
|
7 years ago |
omar
|
85f9694bd4
Big example binding refactor (manually imported from Viewport branch, stripped out of Viewport code). (#1870)
|
7 years ago |