mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 07:20:10 +01:00
meson: Prefix Vulkan "Ray Tracing" summary with "Intel"
This only applies to Intel's ray tracing. With RADV also having ray tracing support that is always compiled in, seeing "Ray Tracing: NO" is a bit misleading. Reviewed-by: Joshua Ashton <joshua@froggi.es> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24008>
This commit is contained in:
parent
334bcb31a5
commit
1c268196b8
1 changed files with 1 additions and 1 deletions
|
|
@ -2216,7 +2216,7 @@ if with_any_vk
|
|||
vulkan_summary += {'Layers': get_option('vulkan-layers')}
|
||||
endif
|
||||
vulkan_summary += {'Video codecs': _codecs.length() != 0 ? _codecs : false}
|
||||
vulkan_summary += {'Ray tracing': with_intel_vk_rt ? 'intel' : false}
|
||||
vulkan_summary += {'Intel Ray tracing': with_intel_vk_rt}
|
||||
endif
|
||||
summary(vulkan_summary, section: 'Vulkan', bool_yn: true, list_sep: ' ')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue