| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 0 |
| ; Bound: 16 |
| ; Schema: 0 |
| OpCapability Shader |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint Fragment %main "main" |
| OpExecutionMode %main OriginUpperLeft |
| OpName %x_200 "x_200" |
| OpName %main_1 "main_1" |
| OpName %main "main" |
| %float = OpTypeFloat 32 |
| %v2float = OpTypeVector %float 2 |
| %mat3v2float = OpTypeMatrix %v2float 3 |
| %float_0 = OpConstant %float 0 |
| %5 = OpConstantComposite %v2float %float_0 %float_0 |
| %6 = OpConstantComposite %mat3v2float %5 %5 %5 |
| %_ptr_Private_mat3v2float = OpTypePointer Private %mat3v2float |
| %x_200 = OpVariable %_ptr_Private_mat3v2float Private %6 |
| %void = OpTypeVoid |
| %9 = OpTypeFunction %void |
| %main_1 = OpFunction %void None %9 |
| %12 = OpLabel |
| OpReturn |
| OpFunctionEnd |
| %main = OpFunction %void None %9 |
| %14 = OpLabel |
| %15 = OpFunctionCall %void %main_1 |
| OpReturn |
| OpFunctionEnd |