blob: 6eec256e6778ef8870a522a38d9836908756c3b8 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 16
; Schema: 0
OpCapability Shader
%9 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %main "main"
OpExecutionMode %main OriginUpperLeft
OpName %main_1 "main_1"
OpName %main "main"
%void = OpTypeVoid
%1 = OpTypeFunction %void
%float = OpTypeFloat 32
%float_50 = OpConstant %float 50
%float_60 = OpConstant %float 60
%main_1 = OpFunction %void None %1
%4 = OpLabel
%10 = OpFDiv %float %float_50 %float_60
%8 = OpExtInst %float %9 Floor %10
%11 = OpFMul %float %float_60 %8
%12 = OpFSub %float %float_50 %11
OpReturn
OpFunctionEnd
%main = OpFunction %void None %1
%14 = OpLabel
%15 = OpFunctionCall %void %main_1
OpReturn
OpFunctionEnd