| ; Generator: Google Tint Compiler; 0 |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %unused_entry_point "unused_entry_point" |
| OpExecutionMode %unused_entry_point LocalSize 1 1 1 |
| OpName %i_block "i_block" |
| OpMemberName %i_block 0 "inner" |
| OpName %unused_entry_point "unused_entry_point" |
| OpDecorate %i_block Block |
| OpMemberDecorate %i_block 0 Offset 0 |
| OpDecorate %i DescriptorSet 0 |
| %i_block = OpTypeStruct %uint |
| %_ptr_StorageBuffer_i_block = OpTypePointer StorageBuffer %i_block |
| %i = OpVariable %_ptr_StorageBuffer_i_block StorageBuffer |
| %5 = OpTypeFunction %void |
| %uint_0 = OpConstant %uint 0 |
| %_ptr_StorageBuffer_uint = OpTypePointer StorageBuffer %uint |
| %uint_1 = OpConstant %uint 1 |
| %unused_entry_point = OpFunction %void None %5 |
| %main = OpFunction %void None %5 |
| %13 = OpAccessChain %_ptr_StorageBuffer_uint %i %uint_0 |
| %14 = OpAccessChain %_ptr_StorageBuffer_uint %i %uint_0 |
| %17 = OpISub %uint %15 %uint_1 |