1spv.for-nobody.vert
2// Module Version 10000
3// Generated by (magic number): 80007
4// Id's are bound by 25
5
6                              Capability Shader
7               1:             ExtInstImport  "GLSL.std.450"
8                              MemoryModel Logical GLSL450
9                              EntryPoint Vertex 4  "main" 23
10                              Source GLSL 450
11                              Name 4  "main"
12                              Name 8  "i"
13                              Name 23  "r"
14                              Decorate 23(r) Location 0
15               2:             TypeVoid
16               3:             TypeFunction 2
17               6:             TypeInt 32 1
18               7:             TypePointer Function 6(int)
19               9:      6(int) Constant 0
20              16:      6(int) Constant 10
21              17:             TypeBool
22              20:      6(int) Constant 1
23              22:             TypePointer Output 6(int)
24           23(r):     22(ptr) Variable Output
25         4(main):           2 Function None 3
26               5:             Label
27            8(i):      7(ptr) Variable Function
28                              Store 8(i) 9
29                              Branch 10
30              10:             Label
31                              LoopMerge 12 13 None
32                              Branch 14
33              14:             Label
34              15:      6(int) Load 8(i)
35              18:    17(bool) SLessThan 15 16
36                              BranchConditional 18 11 12
37              11:               Label
38                                Branch 13
39              13:               Label
40              19:      6(int)   Load 8(i)
41              21:      6(int)   IAdd 19 20
42                                Store 8(i) 21
43                                Branch 10
44              12:             Label
45              24:      6(int) Load 8(i)
46                              Store 23(r) 24
47                              Return
48                              FunctionEnd
49