| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 1 |
| ; Bound: 19 |
| ; Schema: 0 |
| OpCapability Shader |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %main "main" |
| OpExecutionMode %main LocalSize 1 1 1 |
| OpMemberName %S 0 "a" |
| OpMemberName %S 1 "b" |
| OpName %S "S" |
| OpMemberName %tint_symbol_1 0 "tint_symbol" |
| OpName %tint_symbol_1 "tint_symbol_1" |
| OpName %main "main" |
| OpName %x "x" |
| OpMemberDecorate %S 0 Offset 0 |
| OpMemberDecorate %S 1 Offset 16 |
| OpDecorate %_runtimearr_S ArrayStride 32 |
| OpMemberDecorate %tint_symbol_1 0 Offset 0 |
| OpDecorate %tint_symbol_1 Block |
| OpDecorate %1 DescriptorSet 0 |
| OpDecorate %1 Binding 0 |
| OpDecorate %1 NonWritable |
| %float = OpTypeFloat 32 |
| %v4float = OpTypeVector %float 4 |
| %int = OpTypeInt 32 1 |
| %S = OpTypeStruct %v4float %int |
| %_runtimearr_S = OpTypeRuntimeArray %S |
| %tint_symbol_1 = OpTypeStruct %_runtimearr_S |
| %_ptr_StorageBuffer_tint_symbol_1 = OpTypePointer StorageBuffer %tint_symbol_1 |
| %1 = OpVariable %_ptr_StorageBuffer_tint_symbol_1 StorageBuffer |
| %void = OpTypeVoid |
| %11 = OpTypeFunction %void |
| %_ptr_StorageBuffer_S = OpTypePointer StorageBuffer %S |
| %uint = OpTypeInt 32 0 |
| %uint_0 = OpConstant %uint 0 |
| %int_1 = OpConstant %int 1 |
| %main = OpFunction %void None %11 |
| %12 = OpLabel |
| %13 = OpAccessChain %_ptr_StorageBuffer_S %1 %uint_0 %int_1 |
| %x = OpLoad %S %13 None |
| OpReturn |
| OpFunctionEnd |