Closed
Bug 1879988
Opened 2 years ago
Closed 2 years ago
`GPUQueue.writeBuffer`'s range args. are not properly converted to a byte length when specified
Categories
(Core :: Graphics: WebGPU, defect, P2)
Core
Graphics: WebGPU
Tracking
()
RESOLVED
FIXED
125 Branch
| Tracking | Status | |
|---|---|---|
| firefox125 | --- | fixed |
People
(Reporter: ErichDonGubler, Assigned: ErichDonGubler)
References
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•2 years ago
|
||
Context: bug 1877114, comment 4
| Assignee | ||
Updated•2 years ago
|
Priority: P1 → P2
| Assignee | ||
Updated•2 years ago
|
Summary: `GPUQueue.writeBuffer`'s `size` is not converted to a byte length when specified → `GPUQueue.writeBuffer`'s range args. are not converted to a byte length when specified
| Assignee | ||
Comment 2•2 years ago
|
||
TODO: Elaborate on history
| Assignee | ||
Updated•2 years ago
|
Summary: `GPUQueue.writeBuffer`'s range args. are not converted to a byte length when specified → `GPUQueue.writeBuffer`'s range args. are not properly converted to a byte length when specified
Updated•2 years ago
|
Attachment #9379846 -
Attachment description: WIP: Bug 1879988: fix(webgpu): impl. proper conv. to byte offsets for range args. in `GPUQueue.writeBuffer` r=#webgpu-reviewers! → Bug 1879988: fix(webgpu): impl. proper conv. to byte offsets for range args. in `GPUQueue.writeBuffer` r=#webgpu-reviewers!
Pushed by egubler@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bb417e100de0
fix(webgpu): impl. proper conv. to byte offsets for range args. in `GPUQueue.writeBuffer` r=webgpu-reviewers,bradwerth
Comment 4•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox125:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 125 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•