• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; 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
26