Open Bug 1992045 Opened 3 months ago Updated 3 months ago

Categories

(Core :: Graphics: WebGPU, defect, P2)

defect

Tracking

()

Webcompat Priority P3
Webcompat Score 1

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
Severity: -- → S3
Blocks: webgpu-apps
Priority: -- → P2
User Story: (updated)
Webcompat Priority: --- → P3
Webcompat Score: --- → 1
User Story: (updated)
You need to log in before you can comment on or make changes to this bug.