File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 9
9
*
10
10
* This is the home of WebGPU C API specification. We define here the standard
11
11
* `webgpu.h` header that all implementations should provide.
12
+ *
13
+ * For all details where behavior is not otherwise specified, `webgpu.h` has
14
+ * the same behavior as the WebGPU specification for JavaScript on the Web.
15
+ * The WebIDL-based Web specification is mapped into C as faithfully (and
16
+ * bidirectionally) as practical/possible.
17
+ * The working draft of WebGPU can be found at <https://www.w3.org/TR/webgpu/>.
12
18
*/
13
19
14
20
#ifndef {{.HeaderName | ConstantCase}}_H_
Original file line number Diff line number Diff line change 13
13
*
14
14
* This is the home of WebGPU C API specification. We define here the standard
15
15
* `webgpu.h` header that all implementations should provide.
16
+ *
17
+ * For all details where behavior is not otherwise specified, `webgpu.h` has
18
+ * the same behavior as the WebGPU specification for JavaScript on the Web.
19
+ * The WebIDL-based Web specification is mapped into C as faithfully (and
20
+ * bidirectionally) as practical/possible.
21
+ * The working draft of WebGPU can be found at <https://www.w3.org/TR/webgpu/>.
16
22
*/
17
23
18
24
#ifndef WEBGPU_H_
You can’t perform that action at this time.
0 commit comments