| ; Generator: Google Tint Compiler; 0 |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint Fragment %main "main" |
| OpExecutionMode %main OriginUpperLeft |
| OpDecorate %t DescriptorSet 1 |
| OpDecorate %s DescriptorSet 1 |
| %3 = OpTypeImage %uint 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 |
| %8 = OpTypeFunction %void |
| %v4uint = OpTypeVector %uint 4 |
| %16 = OpTypeSampledImage %3 |
| %v2float = OpTypeVector %float 2 |
| %20 = OpConstantNull %v2float |
| %22 = OpConstantNull %int |
| %_ptr_Function_v4uint = OpTypePointer Function %v4uint |
| %25 = OpConstantNull %v4uint |
| %main = OpFunction %void None %8 |
| %res = OpVariable %_ptr_Function_v4uint Function %25 |
| %17 = OpSampledImage %16 %15 %14 |
| %12 = OpImageGather %v4uint %17 %20 %22 |