blob: c288bd1b343b933c299b677f56280b8c23a1524c [file] [log] [blame]
GregFcd1f1692017-09-21 18:40:22 -06001hlsl.aliasOpaque.frag
2// Module Version 10000
3// Generated by (magic number): 80001
4// Id's are bound by 61
5
6 Capability Shader
7 1: ExtInstImport "GLSL.std.450"
8 MemoryModel Logical GLSL450
9 EntryPoint Fragment 4 "main" 46
10 ExecutionMode 4 OriginUpperLeft
11 Source HLSL 500
12 Name 4 "main"
13 Name 36 "gss"
14 Name 37 "gtex"
15 Name 46 "@entryPointOutput"
16 Decorate 36(gss) DescriptorSet 0
17 Decorate 37(gtex) DescriptorSet 0
18 Decorate 46(@entryPointOutput) Location 0
19 2: TypeVoid
20 3: TypeFunction 2
21 6: TypeSampler
22 7: TypePointer UniformConstant 6
23 8: TypeFloat 32
24 10: TypeImage 8(float) 2D sampled format:Unknown
25 11: TypePointer UniformConstant 10
26 12: TypeVector 8(float) 4
27 25: TypeSampledImage 10
28 27: TypeVector 8(float) 2
29 28: 8(float) Constant 1045220557
30 29: 8(float) Constant 1050253722
31 30: 27(fvec2) ConstantComposite 28 29
32 36(gss): 7(ptr) Variable UniformConstant
33 37(gtex): 11(ptr) Variable UniformConstant
34 39: 8(float) Constant 1077936128
35 45: TypePointer Output 12(fvec4)
3646(@entryPointOutput): 45(ptr) Variable Output
37 4(main): 2 Function None 3
38 5: Label
39 56: 10 Load 37(gtex)
40 57: 6 Load 36(gss)
41 58: 25 SampledImage 56 57
42 59: 12(fvec4) ImageSampleImplicitLod 58 30
43 60: 12(fvec4) VectorTimesScalar 59 39
44 Store 46(@entryPointOutput) 60
45 Return
46 FunctionEnd