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