1../Test/hlsl.include.vert
2// Module Version 10000
3// Generated by (magic number): 80007
4// Id's are bound by 44
5
6                              Capability Shader
7               1:             ExtInstImport  "GLSL.std.450"
8                              MemoryModel Logical GLSL450
9                              EntryPoint Vertex 4  "main" 42
10                              Source HLSL 500
11                              Name 4  "main"
12                              Name 9  "@main("
13                              Name 11  "$Global"
14                              MemberName 11($Global) 0  "i1"
15                              MemberName 11($Global) 1  "i2"
16                              MemberName 11($Global) 2  "i4"
17                              MemberName 11($Global) 3  "i3"
18                              MemberName 11($Global) 4  "i6"
19                              MemberName 11($Global) 5  "i5"
20                              Name 13  ""
21                              Name 42  "@entryPointOutput"
22                              MemberDecorate 11($Global) 0 Offset 0
23                              MemberDecorate 11($Global) 1 Offset 16
24                              MemberDecorate 11($Global) 2 Offset 32
25                              MemberDecorate 11($Global) 3 Offset 48
26                              MemberDecorate 11($Global) 4 Offset 64
27                              MemberDecorate 11($Global) 5 Offset 80
28                              Decorate 11($Global) Block
29                              Decorate 13 DescriptorSet 0
30                              Decorate 42(@entryPointOutput) BuiltIn Position
31               2:             TypeVoid
32               3:             TypeFunction 2
33               6:             TypeFloat 32
34               7:             TypeVector 6(float) 4
35               8:             TypeFunction 7(fvec4)
36     11($Global):             TypeStruct 7(fvec4) 7(fvec4) 7(fvec4) 7(fvec4) 7(fvec4) 7(fvec4)
37              12:             TypePointer Uniform 11($Global)
38              13:     12(ptr) Variable Uniform
39              14:             TypeInt 32 1
40              15:     14(int) Constant 0
41              16:             TypePointer Uniform 7(fvec4)
42              19:     14(int) Constant 1
43              23:     14(int) Constant 3
44              27:     14(int) Constant 2
45              31:     14(int) Constant 5
46              35:     14(int) Constant 4
47              41:             TypePointer Output 7(fvec4)
4842(@entryPointOutput):     41(ptr) Variable Output
49         4(main):           2 Function None 3
50               5:             Label
51              43:    7(fvec4) FunctionCall 9(@main()
52                              Store 42(@entryPointOutput) 43
53                              Return
54                              FunctionEnd
55       9(@main():    7(fvec4) Function None 8
56              10:             Label
57              17:     16(ptr) AccessChain 13 15
58              18:    7(fvec4) Load 17
59              20:     16(ptr) AccessChain 13 19
60              21:    7(fvec4) Load 20
61              22:    7(fvec4) FAdd 18 21
62              24:     16(ptr) AccessChain 13 23
63              25:    7(fvec4) Load 24
64              26:    7(fvec4) FAdd 22 25
65              28:     16(ptr) AccessChain 13 27
66              29:    7(fvec4) Load 28
67              30:    7(fvec4) FAdd 26 29
68              32:     16(ptr) AccessChain 13 31
69              33:    7(fvec4) Load 32
70              34:    7(fvec4) FAdd 30 33
71              36:     16(ptr) AccessChain 13 35
72              37:    7(fvec4) Load 36
73              38:    7(fvec4) FAdd 34 37
74                              ReturnValue 38
75                              FunctionEnd
76