| ; Generator: Google Tint Compiler; 1 |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %main "main" |
| OpExecutionMode %main LocalSize 1 1 1 |
| OpDecorate %_runtimearr_int ArrayStride 4 |
| OpMemberDecorate %S 0 Offset 0 |
| OpDecorate %G DescriptorSet 0 |
| OpDecorate %G NonWritable |
| %_runtimearr_int = OpTypeRuntimeArray %int |
| %S = OpTypeStruct %_runtimearr_int |
| %_ptr_StorageBuffer_S = OpTypePointer StorageBuffer %S |
| %G = OpVariable %_ptr_StorageBuffer_S StorageBuffer |
| %8 = OpTypeFunction %void |
| %_ptr_StorageBuffer__runtimearr_int = OpTypePointer StorageBuffer %_runtimearr_int |
| %uint_0 = OpConstant %uint 0 |
| %main = OpFunction %void None %8 |
| %10 = OpAccessChain %_ptr_StorageBuffer__runtimearr_int %G %uint_0 |
| %l1 = OpArrayLength %uint %G 0 |