| ../../src/tint/lang/msl/writer/printer/printer.cc:500 internal compiler error: $B1: { # root |
| %arg_0:ptr<handle, texture_2d_array<f32>, read> = var @binding_point(1, 0) |
| %prevent_dce:ptr<storage, vec2<u32>, read_write> = var @binding_point(2, 0) |
| %textureDimensions_3fc3dc = func():void { |
| %4:texture_2d_array<f32> = load %arg_0 |
| %5:vec2<u32> = textureDimensions %4, 1u |
| %res:ptr<function, vec2<u32>, read_write> = var, %5 |
| %vertex_main = @vertex func():vec4<f32> [@position] { |
| %9:void = call %textureDimensions_3fc3dc |
| %fragment_main = @fragment func():void { |
| %11:void = call %textureDimensions_3fc3dc |
| %compute_main = @compute @workgroup_size(1, 1, 1) func():void { |
| %13:void = call %textureDimensions_3fc3dc |
| unhandled variable address space |
| ******************************************************************** |
| * 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. * |
| ******************************************************************** |