blob: 6b26a1f48e7b1fdfa7ea3f91bce4fa11246ad54f [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 14
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %main "main"
OpExecutionMode %main LocalSize 1 1 1
OpName %a "a"
OpName %b "b"
OpName %main "main"
%float = OpTypeFloat 32
%float_1 = OpConstant %float 1
%_ptr_Private_float = OpTypePointer Private %float
%a = OpVariable %_ptr_Private_float Private %float_1
%5 = OpConstantNull %float
%b = OpVariable %_ptr_Private_float Private %5
%void = OpTypeVoid
%7 = OpTypeFunction %void
%main = OpFunction %void None %7
%10 = OpLabel
%11 = OpLoad %float %a
%12 = OpLoad %float %b
%13 = OpFAdd %float %11 %12
OpReturn
OpFunctionEnd