; SPIR-V | |
; Version: 1.3 | |
; Generator: Google Tint Compiler; 1 | |
; 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 | |
%4 = OpTypeFunction %int %int | |
%void = OpTypeVoid | |
%8 = OpTypeFunction %void | |
%a = OpFunction %int None %4 | |
%v = OpFunctionParameter %int | |
%5 = OpLabel | |
OpReturnValue %v | |
OpFunctionEnd | |
%b = OpFunction %void None %8 | |
%9 = OpLabel | |
OpReturn | |
OpFunctionEnd |