commit | c9aef160660c0eb0cc4993f9b71ad6fc99cf0d67 | [log] [tgz] |
---|---|---|
author | Martin Ejdestig <marejde@gmail.com> | Fri Dec 16 16:46:14 2022 +0100 |
committer | ocornut <omarcornut@gmail.com> | Mon Jan 02 16:25:34 2023 +0100 |
tree | 84f984745f3a800158b49801f2be77a54023e6ed | |
parent | 328695bd47551c3eb30b9504d79458a40ffe28b0 [diff] |
Backends: Vulkan: Remove duplicated and dead code in Vulkan backend (#6001) Sampler, descriptor set layout and pipeline layout are created in exact same way directly in ImGui_ImplVulkan_CreateDeviceObjects(). The removed functions are local and only has call chain that starts in ImGui_ImplVulkan_CreateDeviceObjects(), so will always do early return.