Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 003c8a0

Browse files
committed
Rewrite status as a detailed roadmap
1 parent 039cbd8 commit 003c8a0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

extensions/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# WebGPU Extensions
22

3-
Extensions defined in this directory are drafts and are **not standardized**. Compliant implementations of WebGPU **must not** expose these extensions by default.
3+
Extensions defined in this directory are drafts and are **not part of the WebGPU specification**. Compliant implementations of WebGPU **must not** expose these extensions by default.
44

5-
Proposed feature additions should be proposed as part of the main WebGPU/WGSL specifications, rather than as extensions.
5+
Feature additions on the "standards track" may be initially proposed as extensions if they
6+
are not easily contained in a GitHub pull request.

extensions/pipeline-statistics-query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Pipeline Statistics Queries
22

3-
**Status:** Draft not intended for standardization. Do not expose by default.
3+
**Roadmap:** This draft extension is **not on the standards track**. It is currently intended to be used only in non-Web-compliant contexts, such as by Web developers who enable a command line flag or other non-default option in order to profile the performance of their application.
44

55
**GPUFeatureName(s):** `"pipeline-statistics-query"`
66

0 commit comments

Comments
 (0)