blob: 005dab522714ba0dff896b35642a9b1198c8074a [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 13
; Schema: 0
OpCapability Shader
%8 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %compute_main "compute_main"
OpExecutionMode %compute_main LocalSize 1 1 1
OpName %compute_main "compute_main"
OpName %b "b"
%void = OpTypeVoid
%1 = OpTypeFunction %void
%float = OpTypeFloat 32
%float_1_23000002 = OpConstant %float 1.23000002
%float_1_17549435en38 = OpConstant %float 1.17549435e-38
%_ptr_Function_float = OpTypePointer Function %float
%12 = OpConstantNull %float
%compute_main = OpFunction %void None %1
%4 = OpLabel
%b = OpVariable %_ptr_Function_float Function %12
%7 = OpExtInst %float %8 NMax %float_1_23000002 %float_1_17549435en38
OpStore %b %7
OpReturn
OpFunctionEnd