forked from webgpu-native/webgpu-headers
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
48724f4
commit 86e9533
Showing
33 changed files
with
2,206 additions
and
485 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
# WebGPU Native | ||
|
||
See [overview](overview). | ||
**NB** *This documentation is a Work In Progress.* | ||
|
||
This is the home of WebGPU Native specification. We define here the standard `webgpu.h` header that all implementations of WebGPU should implement. | ||
|
||
## Getting started | ||
|
||
The [overview](overview.md) page introduces the key entities that are used by the API and is a good place to start. The [API index](api.md) lists all symbols defined by the C header and can be used for fast navigation. | ||
|
||
## Contributing | ||
|
||
This documentation is automatically generated from [`webgpu.yml`](https://github.com/webgpu-native/webgpu-headers/blob/main/webgpu.yml), so if you spot any mistake please report it in [the issues](https://github.com/webgpu-native/webgpu-headers/issues) and/or provide a patch through a [pull request](https://github.com/webgpu-native/webgpu-headers/pulls). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.