WebGPU demo (https://react-webgpu-samples.vercel.app/ndc-triangle ) doesnt draw anything and there is no error in console
Categories
(Core :: Graphics: WebGPU, defect, P1)
Tracking
()
People
(Reporter: mayankleoboy1, Unassigned)
References
(Blocks 1 open bug, )
Details
Attachments
(1 file)
831.52 KB,
application/x-zip-compressed
|
Details |
Go to https://react-webgpu-samples.vercel.app/ndc-triangle
AR: Nothing is drawn on the screen
ER: triangle should draw. Chrome renders the triangle.
Surprisingly, there is no error in the console
Updated•2 years ago
|
Comment 1•2 years ago
|
||
WebGPU is unreleased tech. Dropping Severity to S3 to remove from org tracking.
Comment 2•2 years ago
|
||
NI'ing for root cause investigation, no promises on ETA.
Updated•1 year ago
|
Comment 3•1 year ago
|
||
I've created what I believe is an equivalent to what the page does in native WGPU code (see new attachment titled bug-1878317-native-repro.zip
). I think this eliminates quite a bit of space in which this issue could be caused; I suspect either Float32Array
interop. with the JS runtime, or a presentation issue on the canvas
element.
Comment 4•1 year ago
|
||
This WFM now. 😅
Reporter | ||
Comment 5•1 year ago
|
||
Bisection points to:
Bug 1910150: Update wgpu to 9c6ae1be (2024-7-31) r=webgpu-reviewers,supply-chain-reviewers,ErichDonGubler
Differential Revision: https://phabricator.services.mozilla.com/D218695
Description
•