Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# WebGPU Headers

This repository contains C headers equivalent to the [WebGPU](https://gpuweb.github.io/gpuweb/) API and documentation on the native specificities of the headers.
This repository contains C stable headers equivalent to the [WebGPU](https://gpuweb.github.io/gpuweb/) API and documentation on the native specificities of the headers.

**This header is NOT STABLE yet, and the documentation is very much a work in progress!**
**The documentation is very much a work in progress!**

All of the API is defined in the [webgpu.h](./webgpu.h) header file.
Comment thread
kainino0x marked this conversation as resolved.
**[Read the documentation here!](https://webgpu-native.github.io/webgpu-headers/)**
Expand Down
Loading