Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions webgpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
* The WebIDL-based Web specification is mapped into C as faithfully (and
* bidirectionally) as practical/possible.
* The working draft of WebGPU can be found at <https://www.w3.org/TR/webgpu/>.
*
* The standard include directive for this header is `#include <webgpu/webgpu.h>`
* (if it is provided in a system-wide or toolchain-wide include directory).
*/

#ifndef WEBGPU_H_
Expand Down
3 changes: 3 additions & 0 deletions webgpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ doc: |
The WebIDL-based Web specification is mapped into C as faithfully (and
bidirectionally) as practical/possible.
The working draft of WebGPU can be found at <https://www.w3.org/TR/webgpu/>.

The standard include directive for this header is `#include <webgpu/webgpu.h>`
(if it is provided in a system-wide or toolchain-wide include directory).
constants:
- name: array_layer_count_undefined
value: uint32_max
Expand Down