https://github.com/h5law/wgpu
webgpu native code exploration
https://github.com/h5law/wgpu
c gpu gpu-computing webgpu webgpu-api
Last synced: 3 months ago
JSON representation
webgpu native code exploration
- Host: GitHub
- URL: https://github.com/h5law/wgpu
- Owner: h5law
- License: other
- Created: 2025-04-24T17:13:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-05T17:34:33.000Z (about 1 year ago)
- Last Synced: 2025-05-05T18:50:03.780Z (about 1 year ago)
- Topics: c, gpu, gpu-computing, webgpu, webgpu-api
- Language: C
- Homepage:
- Size: 2.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wgpu
Minor examples and explorations of Dawn's WebGPU implementation to run and
execute native platform independent (via WebGPU) GPU code and shader logic.
## Adapter Info
First dive into the `` library by retrieving and printing the
host machine's GPU device/adapter information at a brief high-level.