Closed
Bug 1868239
Opened 2 years ago
Closed 7 months ago
<https://webgpufundamentals.org/webgpu/lessons/webgpu-fundamentals.html > fails to render red triangle
Categories
(Core :: Graphics: WebGPU, defect, P3)
Core
Graphics: WebGPU
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: ErichDonGubler, Unassigned)
References
(Blocks 1 open bug, )
Details
Looks like current Nightly fails because of bug 1829879:
Shader validation error:
┌─ our hardcoded "a" triangle:16:16
│
16 │ return vec4f(1,0.25,0.25,1);
│ ^^^^^^^^^^^^^^^^^^^^ naga::Expression [5]
Running the shader for this page on naga
yields:
error:
┌─ in.wgsl:10:15
│
10 │ return vec4f(pos[vertexIndex], 0.0, 1.0);
│ ^^^^^^^^^^^^^^^^ naga::Expression [12]
Entry point vs at Vertex is invalid:
Expression [12] is invalid
The expression [11] may only be indexed by a constant
…which looks like more work with bug 1822096.
Reporter | ||
Updated•2 years ago
|
Updated•1 year ago
|
Blocks: webgpu-triage
Reporter | ||
Comment 1•7 months ago
|
||
This page now works, despite blockers not being done. 🤷🏻♂️
Status: NEW → RESOLVED
Closed: 7 months ago
Resolution: --- → WORKSFORME
Reporter | ||
Updated•7 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•