| ; Generator: Google Tint Compiler; 1 |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint Fragment %main "main" |
| OpExecutionMode %main OriginUpperLeft |
| OpDecorate %t DescriptorSet 1 |
| OpDecorate %s DescriptorSet 1 |
| %3 = OpTypeImage %float 2D 0 0 0 1 Unknown |
| %_ptr_UniformConstant_3 = OpTypePointer UniformConstant %3 |
| %t = OpVariable %_ptr_UniformConstant_3 UniformConstant |
| %_ptr_UniformConstant_7 = OpTypePointer UniformConstant %7 |
| %s = OpVariable %_ptr_UniformConstant_7 UniformConstant |
| %10 = OpTypeFunction %void |
| %15 = OpTypeSampledImage %3 |
| %v4float = OpTypeVector %float 4 |
| %v2float = OpTypeVector %float 2 |
| %18 = OpConstantNull %v2float |
| %int_0 = OpConstant %int 0 |
| %_ptr_Function_v4float = OpTypePointer Function %v4float |
| %main = OpFunction %void None %10 |
| %res = OpVariable %_ptr_Function_v4float Function |
| %14 = OpSampledImage %15 %12 %13 |
| %16 = OpImageGather %v4float %14 %18 %int_0 None |