Skip to content

Commit ba7612f

Browse files
committed
allow overlapping const ranges
1 parent e9cf7dd commit ba7612f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

webgpu.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3348,6 +3348,8 @@ objects:
33483348
Returns `NULL` with @ref ImplementationDefinedLogging if:
33493349
33503350
- 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.)
33513353
type: c_void
33523354
pointer: immutable
33533355
args:

0 commit comments

Comments
 (0)