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