blob: 228bd7c1b2b5a6dc77df663f0cdaf2d9d4c4ed4c [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<rgba8snorm, read_write>, read> = var @binding_point(1, 0)
}
%textureStore_26a26d = func():void {
$B2: {
%3:texture_storage_1d<rgba8snorm, read_write> = load %arg_0
%4:void = textureStore %3, 1u, vec4<f32>(1.0f)
ret
}
}
%vertex_main = @vertex func():vec4<f32> [@position] {
$B3: {
%6:void = call %textureStore_26a26d
ret vec4<f32>(0.0f)
}
}
%fragment_main = @fragment func():void {
$B4: {
%8:void = call %textureStore_26a26d
ret
}
}
%compute_main = @compute @workgroup_size(1, 1, 1) func():void {
$B5: {
%10:void = call %textureStore_26a26d
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. *
********************************************************************