Open
Bug 1830335
(webgpu-usegpu)
Opened 2 years ago
Updated 10 months ago
[meta] Ensure that Use.GPU demos work
Categories
(Core :: Graphics: WebGPU, task, P3)
Core
Graphics: WebGPU
Tracking
()
NEW
People
(Reporter: ErichDonGubler, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: meta)
| Reporter | ||
Comment 1•2 years ago
|
||
Assigning this bug to myself for initial triage.
Assignee: nobody → egubler
Status: NEW → ASSIGNED
Flags: needinfo?(egubler)
| Reporter | ||
Updated•2 years ago
|
Depends on: webgpu-type-conversion
| Reporter | ||
Updated•2 years ago
|
Assignee: egubler → nobody
Status: ASSIGNED → NEW
Updated•2 years ago
|
Type: defect → task
| Reporter | ||
Updated•2 years ago
|
Severity: -- → S3
Priority: -- → P3
| Reporter | ||
Updated•2 years ago
|
| Reporter | ||
Updated•2 years ago
|
Alias: webgpu-v1-usegpu → webgpu-usegpu
Comment 2•2 years ago
|
||
Looks like there is a lot of asbtract types related errors similar to:
Shader '' parsing error: expected ')', found '-0.25'
┌─ wgsl:41:84
│
41 │ fn _02_environmentBRDF(g:f32,d:f32)->vec2<f32>{let t=vec4<f32>(1/0.96,0.475,(0.0275-0.25*0.04)/0.96,0.25)*g+vec4<f32>(0.0,0.0,(0.015-0.75*0.04)/0.96,0.75);let a=t.x*min(t.y,exp2(-9.28*d))+t.z;let a1=t.w;return vec2<f32>(a,a1-a,);}
│ ^^^^^ expected ')'
Updated•1 year ago
|
Blocks: webgpu-triage
Updated•1 year ago
|
No longer blocks: webgpu-triage
Comment 3•10 months ago
|
||
https://usegpu.live/demo/geometry/voxel wants bug 1952976 (it mostly works, but there is a shadow missing, and there are errors in the console).
Depends on: 1952976
You need to log in
before you can comment on or make changes to this bug.
Description
•