; SPIR-V | |
; Version: 1.3 | |
; Generator: Google Tint Compiler; 0 | |
; Bound: 10 | |
; Schema: 0 | |
OpCapability Shader | |
OpMemoryModel Logical GLSL450 | |
OpEntryPoint GLCompute %ep "ep" | |
OpExecutionMode %ep LocalSize 2 1 1 | |
OpName %main "main" | |
OpName %ep "ep" | |
%float = OpTypeFloat 32 | |
%1 = OpTypeFunction %float | |
%float_0_400000006 = OpConstant %float 0.400000006 | |
%void = OpTypeVoid | |
%6 = OpTypeFunction %void | |
%main = OpFunction %float None %1 | |
%4 = OpLabel | |
OpReturnValue %float_0_400000006 | |
OpFunctionEnd | |
%ep = OpFunction %void None %6 | |
%9 = OpLabel | |
OpReturn | |
OpFunctionEnd |