blob: af57d903069eff8a9c51cb0478ff2be8bfc39cd6 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 18
; 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"
OpName %r "r"
OpMemberDecorate %S_block 0 Offset 0
OpDecorate %S_block Block
OpDecorate %1 DescriptorSet 0
OpDecorate %1 Binding 0
OpDecorate %1 NonWritable
%int = OpTypeInt 32 1
%S_block = OpTypeStruct %int
%_ptr_Uniform_S_block = OpTypePointer Uniform %S_block
%1 = OpVariable %_ptr_Uniform_S_block Uniform
%6 = OpTypeFunction %int
%_ptr_Uniform_int = OpTypePointer Uniform %int
%uint = OpTypeInt 32 0
%uint_0 = OpConstant %uint 0
%void = OpTypeVoid
%15 = OpTypeFunction %void
%func = OpFunction %int None %6
%7 = OpLabel
%8 = OpAccessChain %_ptr_Uniform_int %1 %uint_0
%12 = OpLoad %int %8 None
OpReturnValue %12
OpFunctionEnd
%main = OpFunction %void None %15
%16 = OpLabel
%r = OpFunctionCall %int %func
OpReturn
OpFunctionEnd