blob: b90029388f0f6bc79b044898f9cfc3283b6c1a0f [file] [log] [blame]
John Kessenich906cc212016-12-09 19:22:20 -07001hlsl.deadFunctionMissingBody.vert
John Kessenich2b5ea9f2018-01-31 18:35:56 -07002// Module Version 10000
John Kessenich0216f242018-03-03 11:47:07 -07003// Generated by (magic number): 80005
John Kessenich02467d82017-01-19 15:41:47 -07004// Id's are bound by 18
John Kessenich906cc212016-12-09 19:22:20 -07005
6 Capability Shader
7 1: ExtInstImport "GLSL.std.450"
8 MemoryModel Logical GLSL450
John Kessenich02467d82017-01-19 15:41:47 -07009 EntryPoint Vertex 4 "main" 16
John Kessenich6fa17642017-04-07 15:33:08 -060010 Source HLSL 500
John Kessenich906cc212016-12-09 19:22:20 -070011 Name 4 "main"
John Kessenich02467d82017-01-19 15:41:47 -070012 Name 9 "@main("
13 Name 16 "@entryPointOutput"
14 Decorate 16(@entryPointOutput) Location 0
John Kessenich906cc212016-12-09 19:22:20 -070015 2: TypeVoid
16 3: TypeFunction 2
17 6: TypeFloat 32
18 7: TypeVector 6(float) 4
John Kessenich02467d82017-01-19 15:41:47 -070019 8: TypeFunction 7(fvec4)
20 11: 6(float) Constant 0
21 12: 7(fvec4) ConstantComposite 11 11 11 11
22 15: TypePointer Output 7(fvec4)
2316(@entryPointOutput): 15(ptr) Variable Output
John Kessenich906cc212016-12-09 19:22:20 -070024 4(main): 2 Function None 3
25 5: Label
John Kessenich02467d82017-01-19 15:41:47 -070026 17: 7(fvec4) FunctionCall 9(@main()
27 Store 16(@entryPointOutput) 17
John Kessenich906cc212016-12-09 19:22:20 -070028 Return
29 FunctionEnd
John Kessenich02467d82017-01-19 15:41:47 -070030 9(@main(): 7(fvec4) Function None 8
31 10: Label
32 ReturnValue 12
33 FunctionEnd