Dear imgui vulkan and cuda integration

Hi, I am searching for a proper example that integrates Dear imgui, cuda and vulkan as the visualization engine. My purpose is to display some cuda image processing results on Vulkan nicely tuned with a GUI and Dear imgui looks like a very fitting option. I tried to do it using vulkanImageCUDA example and followed the instructions here vulkan_imgui but not successful yet.

Furthermore, I tried to implement image viusalization using nvpro_samples such as taking the vk_denoise example. However, I am not successful yet. Could you provide some sample code or instructions to display cuda images on vulkan with a GUI implemented using Dear imgui.

Best,
Burak