Open
Bug 1962694
Opened 27 days ago
Updated 24 days ago
[WebGPU] Demo at https://kubohiroya.github.io/webgpu-react-bitmap-viewport/examples/index.html#3 doesnt draw anything on Nightly
Categories
(Core :: Graphics: WebGPU, defect)
Core
Graphics: WebGPU
Tracking
()
NEW
People
(Reporter: mayankleoboy1, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug, )
Details
Attachments
(2 files)
Go to https://kubohiroya.github.io/webgpu-react-bitmap-viewport/examples/index.html#3
Click on the "Play" buttons.
AR: errors in console
ER: Shoud display, like chrome.
Reporter | ||
Comment 1•27 days ago
|
||
Comment 2•27 days ago
|
||
Current console errors are all of the form:
Shader validation error: Entry point fragmentBody at Fragment is invalid
┌─ Grid shader:604:11
│
604 │ let s = select(1, 0.5, isTrue(input.isFocused));
│ ^^^^^^ naga::ir::Expression [5]
│
= Expression [5] is invalid
= Expected selection argument types to match, but reject value of type Scalar(Scalar { kind: Sint, width: 4 }) does not match accept value of value Scalar(Scalar { kind: Float, width: 4 })
Updated•24 days ago
|
Priority: -- → P3
Updated•24 days ago
|
Priority: P3 → --
You need to log in
before you can comment on or make changes to this bug.
Description
•