| ; Generator: Google Tint Compiler; 1 |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint Fragment %main "main" %main_loc2_Input |
| OpExecutionMode %main OriginUpperLeft |
| OpName %main_loc2_Input "main_loc2_Input" |
| OpName %main_inner "main_inner" |
| OpDecorate %main_loc2_Input Location 2 |
| %_ptr_Input_float = OpTypePointer Input %float |
| %main_loc2_Input = OpVariable %_ptr_Input_float Input |
| %7 = OpTypeFunction %void %float |
| %10 = OpTypeFunction %void |
| %main_inner = OpFunction %void None %7 |
| %none = OpFunctionParameter %float |
| %main = OpFunction %void None %10 |
| %12 = OpLoad %float %main_loc2_Input None |
| %13 = OpFunctionCall %void %main_inner %12 |