Skip to content
Merged
Changes from 1 commit
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: 2 additions & 1 deletion doc/articles/Extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ If an implementation does not have an assigned prefix and block, it **should** b
| | Prefix | Enum Block | Description
|----------------------|--------------|---------------|------------
| Standard | (none) | `0x0000_????` | Extensions standardized in webgpu.h
| Compatibility Mode | *TBD* | `0x0002_????` | **Special:** implementations that don't support Compatibility Mode must ignore any chained structs with @ref WGPUSType values in this block, instead of erroring. This block must only be used for Compat additions that can be ignored without affecting the semantics of a non-erroring program.
| *(Reserved)* | - | `0x0001_????` | Reserved for future use
| *(Not used)* | - | `0x0002_????` | Do not use this block (historical)
Comment thread
kainino0x marked this conversation as resolved.
| wgpu-native | `Wgpu` | `0x0003_????` | -
| Emscripten | `Emscripten` | `0x0004_????` | -
| Dawn | `Dawn` | `0x0005_????` | -
Expand Down