| ; Generator: Google Tint Compiler; 1 |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %main "main" |
| OpExecutionMode %main LocalSize 1 1 1 |
| OpName %pointer_root "pointer_root" |
| %v4float = OpTypeVector %float 4 |
| %_ptr_Function_v4float = OpTypePointer Function %v4float |
| %6 = OpTypeFunction %v4float %_ptr_Function_v4float |
| %12 = OpTypeFunction %void |
| %15 = OpConstantNull %v4float |
| %func = OpFunction %v4float None %6 |
| %pointer_root = OpFunctionParameter %_ptr_Function_v4float |
| %8 = OpAccessChain %_ptr_Function_v4float %pointer_root |
| %main = OpFunction %void None %12 |
| %F = OpVariable %_ptr_Function_v4float Function %15 |
| %r = OpFunctionCall %v4float %func %F |