Skip to content

Instantly share code, notes, and snippets.

View dcerisano's full-sized avatar
🎯
Focusing

Dominic Cerisano dcerisano

🎯
Focusing
View GitHub Profile
{
"variables": {
"root": "../../..",
"platform": "<(OS)",
"build": "<@(module_root_dir)/build",
"release": "<(build)/Release",
"dawn": "{{ DAWN_PATH | safe }}",
"vkSDK": ["platform == 'win'", "C:/VulkanSDK/1.1.126.0"],
"vkSDK": ["platform == 'linux'", "/usr/bin"],
"vkSDK": ["platform == 'mac'", ""],
dcerisano@kronos:~/git/webgpu$ npm run all --dawnversion=0.0.3
> webgpu@0.0.8 all /home/dcerisano/git/webgpu
> npm run generate & npm run build
> webgpu@0.0.8 build /home/dcerisano/git/webgpu
> node ./build.js
dcerisano@kronos:~/git/webgpu$ npm run all --dawnversion=0.0.3
> webgpu@0.0.8 all /home/dcerisano/git/webgpu
> npm run generate & npm run build
> webgpu@0.0.8 build /home/dcerisano/git/webgpu
> node ./build.js