SaschaWillems / Vulkan

C++ examples for the Vulkan graphics API
MIT License
10.18k stars 2.02k forks source link

Remove rayTracingPipeline requirement from rayquery #1115

Closed werman closed 5 months ago

werman commented 5 months ago

rayquery test doesn't use ray tracing pipelines so it shouldn't enable this feature.

See: https://github.com/SaschaWillems/Vulkan/issues/1004

SaschaWillems commented 5 months ago

Thanks for your PR. Very much appreciated!