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

Skip to content
Prev Previous commit
Next Next commit
Rewrite status as a detailed roadmap
  • Loading branch information
kainino0x committed Nov 24, 2021
commit 44378cec249b83da8a6ddd180289137e0941305f
7 changes: 5 additions & 2 deletions extensions/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# WebGPU Extensions

Extensions defined in this directory are drafts and are **not standardized**. Compliant implementations of WebGPU **must not** expose these extensions by default.
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.

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

For the intended "roadmap" of a given extension, check the note at the top of its document.
2 changes: 1 addition & 1 deletion extensions/pipeline-statistics-query.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Pipeline Statistics Queries

**Status:** Draft not intended for standardization. Do not expose by default.
**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.

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

Expand Down