From e750ca934e2475466a9193c2aba8c8215791b336 Mon Sep 17 00:00:00 2001 From: Kai Ninomiya Date: Fri, 20 Dec 2024 16:30:19 -0800 Subject: [PATCH] Document the standard include location --- webgpu.h | 3 +++ webgpu.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/webgpu.h b/webgpu.h index d2804998..78ca45dd 100644 --- a/webgpu.h +++ b/webgpu.h @@ -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 . + * + * The standard include directive for this header is `#include ` + * (if it is provided in a system-wide or toolchain-wide include directory). */ #ifndef WEBGPU_H_ diff --git a/webgpu.yml b/webgpu.yml index 2f4af11f..594a85d2 100644 --- a/webgpu.yml +++ b/webgpu.yml @@ -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 . + + The standard include directive for this header is `#include ` + (if it is provided in a system-wide or toolchain-wide include directory). constants: - name: array_layer_count_undefined value: uint32_max