ocornut
|
6af6cec23f
Merge branch 'master_fonts' into docking
|
1 month ago |
ocornut
|
abe294bfd0
Backends: Vulkan: added ImGuiBackendFlags_RendererHasTextures support.
|
8 months ago |
ocornut
|
afd659bb92
Merge branch 'master' into docking
|
5 months ago |
ocornut
|
ec4cd2cb8c
Backends: Vulkan: Fixed crash with using no prototypes + *BREAKING* Added ApiVersion to ImGui_ImplVulkan_LoadFunctions(). (#8326, #8365, #8400)
|
5 months ago |
ocornut
|
12963f5231
Examples: Vulkan: make ApiVersion a little more visible in examples. (#8326, #8365)
|
5 months ago |
ocornut
|
890ead6a71
Backends: Vulkan: Added ApiVersion field in ImGui_ImplVulkan_InitInfo. Dynamic rendering path loads "vkCmdBeginRendering/vkCmdEndRendering" without -KHR on API 1.3. (#8326, #8365)
|
5 months ago |
ocornut
|
015186aaf8
Merge branch 'master' into docking
|
6 months ago |
ocornut
|
8ebf22d3c1
Backends: Vulkan: use ImVector<> for simplicity.
|
6 months ago |
ocornut
|
d0d571e0d7
Merge branch 'master' into docking
|
6 months ago |
ocornut
|
0b8ff4b238
Backends, Examples: Vulkan: add IMGUI_IMPL_VULKAN_MINIMUM_IMAGE_SAMPLER_POOL_SIZE. use in descriptor pools sizes. (#6642)
|
6 months ago |
ocornut
|
9cc0bf89bd
Merge branch 'master' into docking
|
7 months ago |
ocornut
|
a2e21727c0
Backends: Vulkan: moved helpers to backend: ImGui_ImplVulkanH_SelectPhysicalDevice(), ImGui_ImplVulkanH_SelectQueueFamilyIndex(). (#8180)
|
7 months ago |
ocornut
|
a9cd0f5e42
Merge branch 'master' into docking
|
7 months ago |
ocornut
|
43fbd7ce84
Backends: standardized top of file comments.
|
8 months ago |
ocornut
|
ff2d6815ef
Merge branch 'master' into docking
|
8 months ago |
Arseny Kapoulkine
|
61ab94d553
Backends: Vulkan: Make descriptor pool optional (#8172, #4867)
|
8 months ago |
ocornut
|
514a97a9b7
Merge branch 'master' into docking
|
9 months ago |
ocornut
|
92b94980c6
(Breaking) Default ImTextureID to use a Im64 instead of void* (#1641)
|
10 months ago |
ocornut
|
f890d85381
Backends: Fixed typo in comments from old wip work 'io.BackendRendererRenderState' -> 'platform_io.Renderer_RenderState'. (#6969, #5834, #7468, #3590
|
10 months ago |
ocornut
|
fa9277d12d
Merge branch 'master' into docking
|
10 months ago |
ocornut
|
e94f95d82b
Backends: DX11, DX12, Vulkan, WGPU: Expose some backend-specific render state usable for callbacks. (#6969, #5834, #7468, #3590)
|
10 months ago |
ocornut
|
6df1a06fc3
Merge branch 'master' into docking
|
1 year ago |
ocornut
|
3f9a90e2a3
Docs: added extraneous link to Getting Started section.
|
1 year ago |
ocornut
|
10a5a857f5
Merge branch 'master' into docking
|
1 year ago |
Martin Ejdestig
|
a18fb406ac
Backends: Vulkan: Remove Volk/ from volk.h #include directives (#7722, #6582, #4854)
|
1 year ago |
ocornut
|
49e70e60a2
Backends: Vulkan: Stripped misleading leftover of ImGui_ImplVulkanH_Window::Pipeline (#6325, #6305, #7398, #3459, #3253, #3522)
|
1 year ago |
ocornut
|
5717f0a33e
Merge branch 'master' into docking
|
1 year ago |
ocornut
|
b720c0f541
Backends: Vulkan: Added convenience support for Volk via IMGUI_IMPL_VULKAN_USE_VOLK define. (#6582, #4854)
|
1 year ago |
ocornut
|
d79514c407
Merge branch 'master' into docking
|
1 year ago |
Shawn Hatori
|
f80e65a406
Backends:,Examples: Vulkan: moved RenderPass parameter from ImGui_ImplVulkan_Init() function to ImGui_ImplVulkan_InitInfo structure. (#7308)
|
1 year ago |