An open API service indexing awesome lists of open source software.

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

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.