mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
win: distrib: Add DirectX compiler binaries for WebGPU (fixes #3646)
This commit is contained in:
@@ -890,6 +890,8 @@ if platform == 'windows':
|
||||
binaries = [
|
||||
{'path': 'chrome_elf.dll'},
|
||||
{'path': 'd3dcompiler_47.dll'},
|
||||
{'path': 'dxcompiler.dll', 'conditional': True},
|
||||
{'path': 'dxil.dll', 'conditional': True},
|
||||
{'path': libcef_dll},
|
||||
{'path': 'libEGL.dll'},
|
||||
{'path': 'libGLESv2.dll'},
|
||||
|
Reference in New Issue
Block a user