| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 0 |
| ; Bound: 24 |
| ; Schema: 0 |
| OpCapability Shader |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %main "main" |
| OpExecutionMode %main LocalSize 1 1 1 |
| OpName %main_1 "main_1" |
| OpName %x_35 "x_35" |
| OpName %x_2_1 "x_2_1" |
| OpName %main "main" |
| %void = OpTypeVoid |
| %1 = OpTypeFunction %void |
| %float = OpTypeFloat 32 |
| %v2float = OpTypeVector %float 2 |
| %mat3v2float = OpTypeMatrix %v2float 3 |
| %_ptr_Function_mat3v2float = OpTypePointer Function %mat3v2float |
| %10 = OpConstantNull %mat3v2float |
| %uint = OpTypeInt 32 0 |
| %uint_2 = OpConstant %uint 2 |
| %_ptr_Function_v2float = OpTypePointer Function %v2float |
| %float_50 = OpConstant %float 50 |
| %float_60 = OpConstant %float 60 |
| %19 = OpConstantComposite %v2float %float_50 %float_60 |
| %main_1 = OpFunction %void None %1 |
| %4 = OpLabel |
| %x_35 = OpVariable %_ptr_Function_mat3v2float Function %10 |
| %x_2_1 = OpVariable %_ptr_Function_mat3v2float Function %10 |
| %11 = OpLoad %mat3v2float %x_35 |
| OpStore %x_2_1 %11 |
| %16 = OpAccessChain %_ptr_Function_v2float %x_2_1 %uint_2 |
| OpStore %16 %19 |
| %20 = OpLoad %mat3v2float %x_2_1 |
| OpReturn |
| OpFunctionEnd |
| %main = OpFunction %void None %1 |
| %22 = OpLabel |
| %23 = OpFunctionCall %void %main_1 |
| OpReturn |
| OpFunctionEnd |