Closed
Bug 1979101
Opened 11 months ago
Closed 10 months ago
Allow binding WebGPU external textures to BindGroups
Categories
(Core :: Graphics: WebGPU, defect, P1)
Core
Graphics: WebGPU
Tracking
()
RESOLVED
FIXED
143 Branch
| Tracking | Status | |
|---|---|---|
| firefox143 | --- | fixed |
People
(Reporter: jnicol, Assigned: jnicol)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
No description provided.
Updated•11 months ago
|
Severity: -- → S3
Updated•11 months ago
|
Assignee: nobody → jnicol
Priority: -- → P1
| Assignee | ||
Comment 1•10 months ago
|
||
Update webidl definition to allow a GPUBindingResource to be a
GPUExternalTexture, and add necessary plumbing to pass the correct
value through to wgpu.
Note that for now we have not requested Features::EXTERNAL_TEXTURE when
creating the wgpu device, meaning that any attempts to actually create
a bind group containing an external texture will result in an error.
Pushed by jnicol@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/4b1b9309bda6
https://hg.mozilla.org/integration/autoland/rev/3b9c57d4a3c3
Support external textures in BindGroups. r=webgpu-reviewers,webidl,smaug,teoxoy
Comment 3•10 months ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 10 months ago
status-firefox143:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 143 Branch
Updated•10 months ago
|
QA Whiteboard: [qa-triage-done-c144/b143]
You need to log in
before you can comment on or make changes to this bug.
Description
•