We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9cf7dd commit ba7612fCopy full SHA for ba7612f
webgpu.yml
@@ -3348,6 +3348,8 @@ objects:
3348
Returns `NULL` with @ref ImplementationDefinedLogging if:
3349
3350
- There is any content-timeline error as defined in the WebGPU specification for `getMappedRange()` (alignments, overlaps, etc.)
3351
+ **except** for overlaps with other *const* ranges, which are allowed in C.
3352
+ (JS does not allow this because const ranges do not exist.)
3353
type: c_void
3354
pointer: immutable
3355
args:
0 commit comments