Vulkan: Warn Developer When Layer Not Found. #105599

Merged
Jeroen Bakker merged 1 commits from Jeroen-Bakker/blender:vulkan-make-layer-error-an-warning into main 2023-03-09 14:55:51 +01:00

1 Commits

Author SHA1 Message Date
Jeroen Bakker ece7b8de43 Vulkan: Warn Developer When Layer Not Found.
Currently a developer that starts blender with `--debug-gpu` or
runs the GPU test cases can receive an error when not the full
VulkanSDK is installed.

The VulkanSDK isn't required for normal developement and
therefore it is better to show it as a warning.

NOTE: VulkanSDK is adviced to use when developing in the Vulkan
backend as it contains tools that helps/speed up the development
and validation during development.
2023-03-09 10:50:49 +01:00