| ; Generator: Google Tint Compiler; 0 |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %main "main" |
| OpExecutionMode %main LocalSize 1 1 1 |
| OpName %v_block "v_block" |
| OpMemberName %v_block 0 "inner" |
| OpDecorate %v_block Block |
| OpMemberDecorate %v_block 0 Offset 0 |
| OpMemberDecorate %S 0 Offset 0 |
| OpDecorate %v NonWritable |
| OpDecorate %v DescriptorSet 0 |
| %v_block = OpTypeStruct %S |
| %_ptr_Uniform_v_block = OpTypePointer Uniform %v_block |
| %v = OpVariable %_ptr_Uniform_v_block Uniform |
| %6 = OpTypeFunction %void |
| %uint_0 = OpConstant %uint 0 |
| %_ptr_Uniform_int = OpTypePointer Uniform %int |
| %int_1 = OpConstant %int 1 |
| %main = OpFunction %void None %6 |
| %13 = OpAccessChain %_ptr_Uniform_int %v %uint_0 %uint_0 |
| %16 = OpIAdd %int %14 %int_1 |