| ; Generator: Google Tint Compiler; 0 |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %main "main" |
| OpExecutionMode %main LocalSize 1 1 1 |
| %1 = OpTypeFunction %void |
| %v2float = OpTypeVector %float 2 |
| %mat3v2float = OpTypeMatrix %v2float 3 |
| %_ptr_Function_mat3v2float = OpTypePointer Function %mat3v2float |
| %10 = OpConstantNull %mat3v2float |
| %uint_2 = OpConstant %uint 2 |
| %main_1 = OpFunction %void None %1 |
| %x_35 = OpVariable %_ptr_Function_mat3v2float Function %10 |
| %11 = OpLoad %mat3v2float %x_35 |
| %14 = OpCompositeExtract %v2float %11 2 |
| %main = OpFunction %void None %1 |
| %17 = OpFunctionCall %void %main_1 |