| ; Generator: Google Tint Compiler; 0 |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %main "main" |
| OpExecutionMode %main LocalSize 1 1 1 |
| OpMemberDecorate %S 0 Offset 0 |
| OpDecorate %v DescriptorSet 0 |
| %_ptr_Uniform_S = OpTypePointer Uniform %S |
| %v = OpVariable %_ptr_Uniform_S Uniform |
| %5 = OpTypeFunction %void |
| %uint_0 = OpConstant %uint 0 |
| %_ptr_Uniform_int = OpTypePointer Uniform %int |
| %int_1 = OpConstant %int 1 |
| %main = OpFunction %void None %5 |
| %13 = OpAccessChain %_ptr_Uniform_int %v %uint_0 |
| %17 = OpIAdd %int %15 %int_1 |