blob: 66fcfc4ffef48087ff1c994cdeab8327da33ffa4 [file]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 13
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %main "main"
OpExecutionMode %main LocalSize 1 1 1
OpMemberName %out_buf_block 0 "inner"
OpName %out_buf_block "out_buf_block"
OpName %main "main"
OpMemberDecorate %out_buf_block 0 Offset 0
OpDecorate %out_buf_block Block
OpDecorate %1 DescriptorSet 0
OpDecorate %1 Binding 0
OpDecorate %1 Coherent
%uint = OpTypeInt 32 0
%out_buf_block = OpTypeStruct %uint
%_ptr_StorageBuffer_out_buf_block = OpTypePointer StorageBuffer %out_buf_block
%1 = OpVariable %_ptr_StorageBuffer_out_buf_block StorageBuffer
%void = OpTypeVoid
%7 = OpTypeFunction %void
%_ptr_StorageBuffer_uint = OpTypePointer StorageBuffer %uint
%uint_0 = OpConstant %uint 0
%uint_42 = OpConstant %uint 42
%main = OpFunction %void None %7
%8 = OpLabel
%9 = OpAccessChain %_ptr_StorageBuffer_uint %1 %uint_0
OpStore %9 %uint_42 None
OpReturn
OpFunctionEnd