blob: 58df7ad9abec688ce77e679d1a3f2318c21ce323 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 10
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %main "main"
OpExecutionMode %main LocalSize 1 1 1
OpMemberName %S_tint_explicit_layout 0 "arr"
OpName %S_tint_explicit_layout "S_tint_explicit_layout"
OpName %s "s"
OpName %main "main"
OpDecorate %_runtimearr_int ArrayStride 4
OpMemberDecorate %S_tint_explicit_layout 0 Offset 0
OpDecorate %S_tint_explicit_layout Block
OpDecorate %s DescriptorSet 0
OpDecorate %s Binding 0
OpDecorate %s Coherent
%int = OpTypeInt 32 1
%_runtimearr_int = OpTypeRuntimeArray %int
%S_tint_explicit_layout = OpTypeStruct %_runtimearr_int
%_ptr_StorageBuffer_S_tint_explicit_layout = OpTypePointer StorageBuffer %S_tint_explicit_layout
%s = OpVariable %_ptr_StorageBuffer_S_tint_explicit_layout StorageBuffer
%void = OpTypeVoid
%8 = OpTypeFunction %void
%main = OpFunction %void None %8
%9 = OpLabel
OpReturn
OpFunctionEnd