Open
Bug 1992045
Opened 3 months ago
Updated 3 months ago
https://www.orillusion.com/en/example/gi/GICornellBox.html doesn't run properly
Categories
(Core :: Graphics: WebGPU, defect, P2)
Core
Graphics: WebGPU
Tracking
()
NEW
People
(Reporter: jrmuizel, Unassigned)
References
(Blocks 1 open bug, )
Details
(Keywords: webcompat:needs-diagnosis, webcompat:site-report)
User Story
platform:windows,mac,linux,android impact:significant-visual configuration:general affects:few branch:release user-impact-score:4 diagnosis-team:graphics
I get:
Shader validation error: Function [58] 'storePixelAtCoord' is invalid
┌─ ComputeShader(4E4FA9B840CD9478):917:1
│
917 │ ╭ fn storePixelAtCoord(texture:texture_storage_2d<rgba16float, write>, coord:vec2<i32>, color:vec4<f32>, isColor:bool){
│ ^^^^^^^ naga::ir::Expression [0]
918 │ │ let sideCnt = i32(OCT_SIDE_SIZE_u32);
919 │ │ let sideBorderCnt = sideCnt + 2;
920 │ │ let indexXY = coord / sideCnt;
· │
960 │ │ cornerCoord = indexXY * sideBorderCnt + cornerCoord;
961 │ │ textureStore(texture, cornerCoord, color);
│ ╰────────────────────────────────────────────────^ naga::ir::Function [58]
│
= Image store parameters are invalid
= Not a global variable
Updated•3 months ago
|
Severity: -- → S3
Updated•3 months ago
|
Blocks: webgpu-apps
Priority: -- → P2
| Reporter | ||
Updated•3 months ago
|
Keywords: webcompat:site-report
| Reporter | ||
Updated•3 months ago
|
User Story: (updated)
Webcompat Priority: --- → P3
Webcompat Score: --- → 1
Keywords: webcompat:needs-diagnosis
Updated•3 months ago
|
User Story: (updated)
You need to log in
before you can comment on or make changes to this bug.
Description
•