赞
踩
本文介绍了如何运行webgpu的官方demo
webgpu是一种新的web API,它公开了现代计算机图形功能,特别是Direct3D 12、Metal和Vulkan,用于在图形处理单元(GPU)上执行渲染和计算操作。
https://nodejs.org/en/
请确保node.js版本 >= 18.12
https://github.com/austinEng/webgpu-samples
代码如下(示例):
git config --global core.autocrlf false
git clone git@github.com:austinEng/webgpu-samples.git
https://www.google.com/intl/zh-CN/chrome/canary/
打开开发版chrome,键入 chrome://flags/,将Unsafe WebGPU 设置为 Enabled
cd webgpu-samples
npm install
npm run-script build
npm run-script serve
运行成功后,访问本地端口 http://localhost:3000/
以上就是今天要讲的内容,本文简单介绍了webgpu的使用。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。