blob: c28d90a39578d34e4170acbb2c8e627b674486ff [file] [log] [blame]
steve-lunarga8456412016-08-17 16:18:06 -06001remap.basic.dcefunc.frag
2Warning, version 450 is not yet complete; most version-specific features are present, but some are missing.
3
steve-lunarga8456412016-08-17 16:18:06 -06004// Module Version 10000
5// Generated by (magic number): 80001
steve-lunarg297754c2016-12-09 11:13:23 -07006// Id's are bound by 22
steve-lunarga8456412016-08-17 16:18:06 -06007
8 Capability Shader
9 1: ExtInstImport "GLSL.std.450"
10 MemoryModel Logical GLSL450
steve-lunarg297754c2016-12-09 11:13:23 -070011 EntryPoint Fragment 4 "main" 17 19
steve-lunarga8456412016-08-17 16:18:06 -060012 ExecutionMode 4 OriginUpperLeft
13 Source GLSL 450
14 Name 4 "main"
steve-lunarg297754c2016-12-09 11:13:23 -070015 Name 17 "outf4"
16 Name 19 "inf"
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