fix: enable shader-f16 on windows (#48342)

* fix: Enable shader-f16 on Windows

* fix: include dxil.dll and dxcompiler.dll for windows x64 and arm64

* fix: modified to follow the chromium dawn build configuration

* fix: include dxil.dll and dxcompiler.dll for windows x86

* fix: Modified to avoid explicitly specifying dawn_use_built_dxc
This commit is contained in:
お餅のCreeeper
2025-10-14 22:46:12 +09:00
committed by GitHub
parent 9e577ae60e
commit 9b740594fb
3 changed files with 4 additions and 4 deletions

View File

@@ -24,10 +24,6 @@ enable_printing = true
angle_enable_vulkan_validation_layers = false
dawn_enable_vulkan_validation_layers = false
# Removes dxc dll's that are only used experimentally.
# See https://bugs.chromium.org/p/chromium/issues/detail?id=1474897
dawn_use_built_dxc = false
# These are disabled because they cause the zip manifest to differ between
# testing and release builds.
# See https://chromium-review.googlesource.com/c/chromium/src/+/2774898.

View File

@@ -8,6 +8,8 @@ ffmpeg.dll
icudtl.dat
libEGL.dll
libGLESv2.dll
dxil.dll
dxcompiler.dll
locales/af.pak
locales/am.pak
locales/ar.pak

View File

@@ -8,6 +8,8 @@ ffmpeg.dll
icudtl.dat
libEGL.dll
libGLESv2.dll
dxil.dll
dxcompiler.dll
locales/af.pak
locales/am.pak
locales/ar.pak