vulkano-rs / vulkano

Safe and rich Rust wrapper around the Vulkan API
Apache License 2.0
4.45k stars 435 forks source link

[Question] Is hardware Ray tracing supported yet? #2521

Closed CDaut closed 4 months ago

CDaut commented 4 months ago

Is hardware ray tracing using the VK_KHR_ray_tracing_pipeline extension supported yet or is support planned for the near future?

marc0246 commented 4 months ago

Duplicate of #2455 and yes the author of the issue is working on it to my knowledge. As for whether something is planned, everything is planned.

marc0246 commented 4 months ago

Note that you don't need the ray tracing pipeline. Ray queries are fully supported and the benefit of ray tracing pipelines is allegedly very minimal.