Hi @Manuel_Salas
I upgraded my system to BSP 6.12.3-lts and attempted to enable WebGPU and Vulkan.
The startup flags I used:
--enable-features=Vulkan,UseSkiaRenderer,WebGPUDeveloperFeatures --enable-unsafe-webgpu --ignore-gpu-blocklist --in-process-gpu --use-gl=egl
My Vulkan ICD config file (/etc/vulkan/icd.d/imx_icd.json):
{ "file_format_version": "1.0.0", "ICD": { "library_path": "/usr/lib/libvulkan_VSI.so.1", "api_version": "1.3.204" } }Qt WebEngine does not crash, but the screen remains white with no rendering output.
When running vulkaninfo, I received the following warning:
WARNING: [Loader Message] Code 0 : loader_scanned_icd_add: Driver /usr/lib/libvulkan_VSI.so.1 supports Vulkan 1.3, but only supports loader interface version 2. Interface version 5 or newer required to support this version of Vulkan (Policy #LDP_DRIVER_7)
Please confirm whether the current Vulkan driver supports WebGPU functionality, or if an updated driver with loader interface version 5 or newer is required.