mirror of
https://github.com/electron/electron.git
synced 2026-01-06 22:24:03 -05:00
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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user