blob: cdb3e5740c0a289dd8b9a51d06789b92eff1664f [file] [log] [blame]
David Netod1a026e2021-07-30 16:03:06 +00001; Test: SpvParserTest_EmitFunctions_VoidFunctionWithoutParams.spvasm
2; SPIR-V
3; Version: 1.0
4; Generator: Khronos SPIR-V Tools Assembler; 0
5; Bound: 10
6; Schema: 0
7OpCapability Shader
8OpMemoryModel Logical Simple
9OpEntryPoint Fragment %1 "x_100"
10OpExecutionMode %1 OriginUpperLeft
11OpName %another_function "another_function"
12%void = OpTypeVoid
13%4 = OpTypeFunction %void
14%float = OpTypeFloat 32
15%uint = OpTypeInt 32 0
16%int = OpTypeInt 32 1
17%another_function = OpFunction %void None %4
18%8 = OpLabel
19OpReturn
20OpFunctionEnd
21%1 = OpFunction %void None %4
22%9 = OpLabel
23OpReturn
24OpFunctionEnd
25