blob: 1ec5cde8428723e43d22117029a2808d56629318 [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"
steve-lunarga8456412016-08-17 16:18:06 -060015 2: TypeVoid
16 3: TypeFunction 2
17 6: TypeFloat 32
18 7: TypeVector 6(float) 3
19 8: TypeFunction 7(fvec3)
steve-lunarg297754c2016-12-09 11:13:23 -070020 11: 6(float) Constant 0
21 12: 7(fvec3) ConstantComposite 11 11 11
22 15: TypeVector 6(float) 4
23 16: TypePointer Output 15(fvec4)
24 17(outf4): 16(ptr) Variable Output
25 18: TypePointer Input 6(float)
26 19(inf): 18(ptr) Variable Input
steve-lunarga8456412016-08-17 16:18:06 -060027 4(main): 2 Function None 3
28 5: Label
steve-lunarg297754c2016-12-09 11:13:23 -070029 20: 6(float) Load 19(inf)
30 21: 15(fvec4) CompositeConstruct 20 20 20 20
31 Store 17(outf4) 21
steve-lunarga8456412016-08-17 16:18:06 -060032 Return
33 FunctionEnd