blob: 8d0dcf7f766d40d6cc4db03a29a6e7ef1aa76da5 [file] [log] [blame]
t.jungbaf570e2017-04-25 23:31:03 +02001spv.texture.sampler.transform.frag
John Kessenich2b5ea9f2018-01-31 18:35:56 -07002// Module Version 10000
John Kessenich0216f242018-03-03 11:47:07 -07003// Generated by (magic number): 80005
t.jungfde49752017-06-29 15:29:32 +02004// Id's are bound by 20
t.jungbaf570e2017-04-25 23:31:03 +02005
6 Capability Shader
7 1: ExtInstImport "GLSL.std.450"
8 MemoryModel Logical GLSL450
t.jungfde49752017-06-29 15:29:32 +02009 EntryPoint Fragment 4 "main" 9 17
t.jungbaf570e2017-04-25 23:31:03 +020010 ExecutionMode 4 OriginUpperLeft
11 Source GLSL 440
12 Name 4 "main"
13 Name 9 "color"
t.jungfde49752017-06-29 15:29:32 +020014 Name 13 "tex"
15 Name 17 "coord"
16 Decorate 13(tex) DescriptorSet 0
t.jungbaf570e2017-04-25 23:31:03 +020017 2: TypeVoid
18 3: TypeFunction 2
19 6: TypeFloat 32
20 7: TypeVector 6(float) 4
21 8: TypePointer Output 7(fvec4)
22 9(color): 8(ptr) Variable Output
23 10: TypeImage 6(float) 2D sampled format:Unknown
t.jungfde49752017-06-29 15:29:32 +020024 11: TypeSampledImage 10
25 12: TypePointer UniformConstant 11
26 13(tex): 12(ptr) Variable UniformConstant
27 15: TypeVector 6(float) 2
28 16: TypePointer Input 15(fvec2)
29 17(coord): 16(ptr) Variable Input
t.jungbaf570e2017-04-25 23:31:03 +020030 4(main): 2 Function None 3
31 5: Label
t.jungfde49752017-06-29 15:29:32 +020032 14: 11 Load 13(tex)
33 18: 15(fvec2) Load 17(coord)
34 19: 7(fvec4) ImageSampleImplicitLod 14 18
35 Store 9(color) 19
t.jungbaf570e2017-04-25 23:31:03 +020036 Return
37 FunctionEnd