File: hlsl.deadFunctionMissingBody.vert.out

package info (click to toggle)
glslang 16.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 51,712 kB
  • sloc: cpp: 92,305; yacc: 4,320; sh: 603; python: 305; ansic: 94; javascript: 74; makefile: 17
file content (33 lines) | stat: -rw-r--r-- 1,502 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
hlsl.deadFunctionMissingBody.vert
// Module Version 10000
// Generated by (magic number): 8000b
// Id's are bound by 18

                              Capability Shader
               1:             ExtInstImport  "GLSL.std.450"
                              MemoryModel Logical GLSL450
                              EntryPoint Vertex 4  "main" 16
                              Source HLSL 500
                              Name 4  "main"
                              Name 9  "@main("
                              Name 16  "@entryPointOutput"
                              Decorate 16(@entryPointOutput) Location 0
               2:             TypeVoid
               3:             TypeFunction 2
               6:             TypeFloat 32
               7:             TypeVector 6(float) 4
               8:             TypeFunction 7(fvec4)
              11:    6(float) Constant 0
              12:    7(fvec4) ConstantComposite 11 11 11 11
              15:             TypePointer Output 7(fvec4)
16(@entryPointOutput):     15(ptr) Variable Output
         4(main):           2 Function None 3
               5:             Label
              17:    7(fvec4) FunctionCall 9(@main()
                              Store 16(@entryPointOutput) 17
                              Return
                              FunctionEnd
       9(@main():    7(fvec4) Function None 8
              10:             Label
                              ReturnValue 12
                              FunctionEnd