Skip to content

Automatic build of dawn (WebGPU) for Windows

Notifications You must be signed in to change notification settings

mmozeiko/build-dawn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automatic weekly build of dawn WebGPU implementation for 64-bit Windows.

Build produces single webgpu.dll file that exports all public Dawn WebGPU C functions. To use in your code - either load the webgpu.dll file dynamically or link to it via webgpu.lib import library.

Download binary build as zip archive from latest release page.

To build locally run build.cmd batch file, make sure you have installed all necessary dependencies (see the beginning of file).