I'm new to Imgui and Vulkan and I'm trying to display an image captured from a webcam using OpenCV. Imgui documentation states that I should:
Load the raw decompressed RGBA image from RAM into a GPU texture. You'll want to use dedicated functions of your graphics API (e.g. OpenGL, DirectX11) to do this.
But their is no example of that using Vulkan API.