| ; Generator: Google Tint Compiler; 1 |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %main "main" |
| OpExecutionMode %main LocalSize 1 1 1 |
| %3 = OpTypeFunction %void |
| %x_11 = OpConstant %float 2 |
| %v2float = OpTypeVector %float 2 |
| %float_1 = OpConstant %float 1 |
| %float_3 = OpConstant %float 3 |
| %x_13 = OpConstantComposite %v2float %float_1 %float_3 |
| %v3float = OpTypeVector %float 3 |
| %x_14 = OpConstantComposite %v3float %float_1 %float_3 %x_11 |
| %main_1 = OpFunction %void None %3 |
| %main = OpFunction %void None %3 |
| %15 = OpFunctionCall %void %main_1 |