Skip to content

meson: simplified meson for enabling ray-tracing on Intel

Removed warning about deprecated usage that was not necessary, and switched the default flag for meson to be 'intel-vk-rt' instead of 'intel-clc' (which is a tool used by the ray-tracing implementation, but from an end user perspective it makes more sense to have a flag that specifically mentions RT).

Also added information on whether support is enabled or not to the summary so it is easier to check when building.

Merge request reports