blob: cfffe3001924e51e0ff2728de7782be4e24cc4ac [file] [log] [blame]
SKIP: FAILED
../../src/tint/lang/msl/writer/printer/printer.cc:1164 internal compiler error: $B1: { # root
%arg_0:ptr<handle, texture_storage_1d<rgba8sint, read_write>, read> = var @binding_point(1, 0)
}
%textureStore_976636 = func():void {
$B2: {
%3:texture_storage_1d<rgba8sint, read_write> = load %arg_0
%4:void = textureStore %3, 1u, vec4<i32>(1i)
ret
}
}
%vertex_main = @vertex func():vec4<f32> [@position] {
$B3: {
%6:void = call %textureStore_976636
ret vec4<f32>(0.0f)
}
}
%fragment_main = @fragment func():void {
$B4: {
%8:void = call %textureStore_976636
ret
}
}
%compute_main = @compute @workgroup_size(1, 1, 1) func():void {
$B5: {
%10:void = call %textureStore_976636
ret
}
}
invalid access control for storage texture
********************************************************************
* The tint shader compiler has encountered an unexpected error. *
* *
* Please help us fix this issue by submitting a bug report at *
* crbug.com/tint with the source program that triggered the bug. *
********************************************************************