@@ -105,6 +105,7 @@ spec: WGSL; urlPrefix: https://gpuweb.github.io/gpuweb/wgsl/#
105
105
text: @binding; url: attribute-binding
106
106
text: @group; url: attribute-group
107
107
text: line break; url: line-break
108
+ text: 64-bit unsigned integer; url: 64-bit-integer
108
109
for: address spaces
109
110
text: workgroup; url: address-spaces-workgroup
110
111
for: builtin
@@ -13198,7 +13199,7 @@ When beginning a render pass, {{GPURenderPassDescriptor}}.{{GPURenderPassDescrip
13198
13199
must be set to be able to use occlusion queries during the pass. An occlusion query is begun
13199
13200
and ended by calling {{GPURenderPassEncoder/beginOcclusionQuery()}} and
13200
13201
{{GPURenderPassEncoder/endOcclusionQuery()}} in pairs that cannot be nested, and resolved into a
13201
- {{GPUBuffer}} as 64-bit unsigned integer by {{GPUCommandEncoder}}.{{GPUCommandEncoder/resolveQuerySet()}}.
13202
+ {{GPUBuffer}} as a [= 64-bit unsigned integer=] by {{GPUCommandEncoder}}.{{GPUCommandEncoder/resolveQuerySet()}}.
13202
13203
13203
13204
## Timestamp Query ## {#timestamp}
13204
13205
@@ -13207,7 +13208,7 @@ Timestamp queries allow applications to write timestamps to a {{GPUQuerySet}}, u
13207
13208
- {{GPUComputePassDescriptor}}.{{GPUComputePassDescriptor/timestampWrites}}
13208
13209
- {{GPURenderPassDescriptor}}.{{GPURenderPassDescriptor/timestampWrites}}
13209
13210
13210
- and then resolve timestamp values (in nanoseconds as a 64-bit unsigned integer) into
13211
+ and then resolve timestamp values (in nanoseconds as a [= 64-bit unsigned integer=] ) into
13211
13212
a {{GPUBuffer}}, using {{GPUCommandEncoder}}.{{GPUCommandEncoder/resolveQuerySet()}}.
13212
13213
13213
13214
Timestamp values are implementation defined and may not increase monotonically. The physical device
0 commit comments