I would like to upload swapchain_image to the cpu side to run the denoiser, but I can't do it. I was trying to add this functionality to ray_render_plugin.rs but I still could not fix lot of errors due to incorrect transition_image_layout. Could you help me with this?
I'm not very good at Vulkan API, maybe there is some simple way to do this?
I would like to upload
swapchain_imageto the cpu side to run the denoiser, but I can't do it. I was trying to add this functionality toray_render_plugin.rsbut I still could not fix lot of errors due to incorrecttransition_image_layout. Could you help me with this?I'm not very good at Vulkan API, maybe there is some simple way to do this?