adrien-ben / imgui-rs-vulkan-renderer

A Vulkan renderer for imgui-rs using Ash
MIT License
63 stars 19 forks source link

Rework #21

Closed adrien-ben closed 2 years ago

adrien-ben commented 2 years ago

Reworking the api. The RendererVkContext is pretty hard to work with especially when trying to integrate gpu-allocator.

adrien-ben commented 2 years ago

I think i'm done with this but i'm still unsure about 2 things:

adrien-ben commented 2 years ago

I added vk-mem back but using a forked version for ash compatibility since original repo is not maintained anymore