; SPIR-V | |
; Version: 1.3 | |
; Generator: Google Tint Compiler; 0 | |
; Bound: 10 | |
; Schema: 0 | |
OpCapability Shader | |
OpMemoryModel Logical GLSL450 | |
OpEntryPoint GLCompute %b "b" | |
OpExecutionMode %b LocalSize 1 1 1 | |
OpName %a "a" | |
OpName %v "v" | |
OpName %b "b" | |
%int = OpTypeInt 32 1 | |
%1 = OpTypeFunction %int %int | |
%void = OpTypeVoid | |
%6 = OpTypeFunction %void | |
%a = OpFunction %int None %1 | |
%v = OpFunctionParameter %int | |
%5 = OpLabel | |
OpReturnValue %v | |
OpFunctionEnd | |
%b = OpFunction %void None %6 | |
%9 = OpLabel | |
OpReturn | |
OpFunctionEnd |