| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 1 |
| ; Bound: 17 |
| ; Schema: 0 |
| OpCapability Shader |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %main "main" |
| OpExecutionMode %main LocalSize 1 1 1 |
| OpMemberName %S_block 0 "inner" |
| OpName %S_block "S_block" |
| OpName %func "func" |
| OpName %main "main" |
| OpMemberDecorate %S_block 0 Offset 0 |
| OpDecorate %S_block Block |
| OpDecorate %1 DescriptorSet 0 |
| OpDecorate %1 Binding 0 |
| OpDecorate %1 Coherent |
| %int = OpTypeInt 32 1 |
| %S_block = OpTypeStruct %int |
| %_ptr_StorageBuffer_S_block = OpTypePointer StorageBuffer %S_block |
| %1 = OpVariable %_ptr_StorageBuffer_S_block StorageBuffer |
| %void = OpTypeVoid |
| %7 = OpTypeFunction %void |
| %_ptr_StorageBuffer_int = OpTypePointer StorageBuffer %int |
| %uint = OpTypeInt 32 0 |
| %uint_0 = OpConstant %uint 0 |
| %int_42 = OpConstant %int 42 |
| %func = OpFunction %void None %7 |
| %8 = OpLabel |
| %9 = OpAccessChain %_ptr_StorageBuffer_int %1 %uint_0 |
| OpStore %9 %int_42 None |
| OpReturn |
| OpFunctionEnd |
| %main = OpFunction %void None %7 |
| %15 = OpLabel |
| %16 = OpFunctionCall %void %func |
| OpReturn |
| OpFunctionEnd |