Closed
Bug 1911498
Opened 1 year ago
Closed 7 months ago
WebGPU Unleashed's `Prefix Sum` playground
Categories
(Core :: Graphics: WebGPU, defect)
Core
Graphics: WebGPU
Tracking
()
RESOLVED
INVALID
People
(Reporter: ErichDonGubler, Unassigned)
References
(Blocks 2 open bugs, )
Details
No description provided.
Reporter | ||
Updated•1 year ago
|
Reporter | ||
Comment 1•11 months ago
|
||
Now seemingly only blocked on bug 1829879.
Depends on: webgpu-type-conversion
Summary: WebGPU Unleashed's `Prefix Sum` playground fails w/o query set APIs → WebGPU Unleashed's `Prefix Sum` playground
Comment 2•7 months ago
|
||
I get Uncaught (in promise) TypeError: commandEncoder.writeTimestamp is not a function
, which appears to be a non-standard feature. If I comment out the calls to writeTimestamp
, it displays "Test pass". So we may be able to close this.
Comment 3•7 months ago
|
||
It was removed in https://github.com/gpuweb/gpuweb/pull/4370, probably the chrome team forgot to remove it.
Comment 4•7 months ago
|
||
Manually changing hasTimestampQuery
to false gets things working.
Resolving as invalid due to the use of writeTimestamp
.
Status: NEW → RESOLVED
Closed: 7 months ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•