blob: 3d876d0d68b61e6954a7d9232bc4bc71ca796354 [file] [log] [blame]
steve-lunarga8456412016-08-17 16:18:06 -06001remap.basic.strip.frag
John Kessenich2b5ea9f2018-01-31 18:35:56 -07002// Module Version 10000
John Kessenichd6c97552018-06-04 15:33:31 -06003// Generated by (magic number): 80007
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 2: TypeVoid
12 3: TypeFunction 2
13 6: TypeFloat 32
14 7: TypeVector 6(float) 3
15 8: TypeFunction 7(fvec3)
16 11: 6(float) Constant 0
17 12: 7(fvec3) ConstantComposite 11 11 11
steve-lunarg297754c2016-12-09 11:13:23 -070018 15: TypeVector 6(float) 4
19 16: TypePointer Output 15(fvec4)
20 17: 16(ptr) Variable Output
21 18: TypePointer Input 6(float)
22 19: 18(ptr) Variable Input
steve-lunarga8456412016-08-17 16:18:06 -060023 4: 2 Function None 3
24 5: Label
steve-lunarg297754c2016-12-09 11:13:23 -070025 20: 6(float) Load 19
26 21: 15(fvec4) CompositeConstruct 20 20 20 20
27 Store 17 21
steve-lunarga8456412016-08-17 16:18:06 -060028 Return
29 FunctionEnd
30 9: 7(fvec3) Function None 8
31 10: Label
32 ReturnValue 12
33 FunctionEnd