| ; Generator: Google Tint Compiler; 0 |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %main "main" |
| OpExecutionMode %main LocalSize 1 1 1 |
| %1 = OpTypeFunction %void |
| %v3float = OpTypeVector %float 3 |
| %7 = OpConstantNull %v3float |
| %_ptr_Function_v3float = OpTypePointer Function %v3float |
| %uint_1 = OpConstant %uint 1 |
| %_ptr_Function_float = OpTypePointer Function %float |
| %v2float = OpTypeVector %float 2 |
| %main_1 = OpFunction %void None %1 |
| %v = OpVariable %_ptr_Function_v3float Function %7 |
| %13 = OpAccessChain %_ptr_Function_float %v %uint_1 |
| %17 = OpVectorShuffle %v2float %15 %15 0 2 |
| %19 = OpVectorShuffle %v3float %18 %18 0 2 1 |
| %main = OpFunction %void None %1 |
| %22 = OpFunctionCall %void %main_1 |