blob: c531eba4cecadfd176bf28d69aaa8b63ace34f59 [file] [log] [blame]
steve-lunarga8456412016-08-17 16:18:06 -06001remap.basic.dcefunc.frag
John Kessenich2b5ea9f2018-01-31 18:35:56 -07002// Module Version 10000
Graeme Leese182ab462020-06-22 11:49:38 +01003// Generated by (magic number): 8000a
steve-lunarg297754c2016-12-09 11:13:23 -07004// Id's are bound by 22
steve-lunarga8456412016-08-17 16:18:06 -06005
6 Capability Shader
7 1: ExtInstImport "GLSL.std.450"
8 MemoryModel Logical GLSL450
steve-lunarg297754c2016-12-09 11:13:23 -07009 EntryPoint Fragment 4 "main" 17 19
steve-lunarga8456412016-08-17 16:18:06 -060010 ExecutionMode 4 OriginUpperLeft
11 Source GLSL 450
12 Name 4 "main"
steve-lunarg297754c2016-12-09 11:13:23 -070013 Name 17 "outf4"
14 Name 19 "inf"
John Kessenichf6facfa2020-07-01 06:30:16 -060015 Decorate 17(outf4) Location 0
16 Decorate 19(inf) Location 0
steve-lunarga8456412016-08-17 16:18:06 -060017 2: TypeVoid
18 3: TypeFunction 2
19 6: TypeFloat 32
20 7: TypeVector 6(float) 3
21 8: TypeFunction 7(fvec3)
steve-lunarg297754c2016-12-09 11:13:23 -070022 11: 6(float) Constant 0
23 12: 7(fvec3) ConstantComposite 11 11 11
24 15: TypeVector 6(float) 4
25 16: TypePointer Output 15(fvec4)
26 17(outf4): 16(ptr) Variable Output
27 18: TypePointer Input 6(float)
28 19(inf): 18(ptr) Variable Input
steve-lunarga8456412016-08-17 16:18:06 -060029 4(main): 2 Function None 3
30 5: Label
steve-lunarg297754c2016-12-09 11:13:23 -070031 20: 6(float) Load 19(inf)
32 21: 15(fvec4) CompositeConstruct 20 20 20 20
33 Store 17(outf4) 21
steve-lunarga8456412016-08-17 16:18:06 -060034 Return
35 FunctionEnd