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)

task

Tracking

()

People

(Reporter: ErichDonGubler, Unassigned)

References

(Blocks 1 open bug)

Details

(Keywords: meta)

Depends on: 1830336

Assigning this bug to myself for initial triage.

Assignee: nobody → egubler
Status: NEW → ASSIGNED
Flags: needinfo?(egubler)
Blocks: webgpu-v1
Flags: needinfo?(egubler)
Depends on: 1822096
Assignee: egubler → nobody
Status: ASSIGNED → NEW
Type: defect → task
Severity: -- → S3
Priority: -- → P3
Depends on: 1843703
Blocks: webgpu-apps
No longer blocks: webgpu-v1
Alias: webgpu-v1-usegpu → webgpu-usegpu

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 ')'
No longer blocks: webgpu-triage

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.