• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1hlsl.aliasOpaque.frag
2// Module Version 10000
3// Generated by (magic number): 8000a
4// Id's are bound by 89
5
6                              Capability Shader
7               1:             ExtInstImport  "GLSL.std.450"
8                              MemoryModel Logical GLSL450
9                              EntryPoint Fragment 4  "main" 62
10                              ExecutionMode 4 OriginUpperLeft
11                              Source HLSL 500
12                              Name 4  "main"
13                              Name 47  "gss"
14                              Name 51  "gtex"
15                              Name 62  "@entryPointOutput"
16                              Decorate 47(gss) DescriptorSet 0
17                              Decorate 47(gss) Binding 0
18                              Decorate 51(gtex) DescriptorSet 0
19                              Decorate 51(gtex) Binding 2
20                              Decorate 62(@entryPointOutput) Location 0
21               2:             TypeVoid
22               3:             TypeFunction 2
23               6:             TypeSampler
24               7:             TypeFloat 32
25               8:             TypeImage 7(float) 2D sampled format:Unknown
26              11:             TypeVector 7(float) 4
27              32:             TypeSampledImage 8
28              34:             TypeVector 7(float) 2
29              35:    7(float) Constant 1045220557
30              36:    7(float) Constant 1050253722
31              37:   34(fvec2) ConstantComposite 35 36
32              43:             TypePointer UniformConstant 6
33         47(gss):     43(ptr) Variable UniformConstant
34              50:             TypePointer UniformConstant 8
35        51(gtex):     50(ptr) Variable UniformConstant
36              54:    7(float) Constant 1077936128
37              61:             TypePointer Output 11(fvec4)
3862(@entryPointOutput):     61(ptr) Variable Output
39         4(main):           2 Function None 3
40               5:             Label
41              71:           6 Load 47(gss)
42              73:           8 Load 51(gtex)
43              86:          32 SampledImage 73 71
44              87:   11(fvec4) ImageSampleImplicitLod 86 37
45              88:   11(fvec4) VectorTimesScalar 87 54
46                              Store 62(@entryPointOutput) 88
47                              Return
48                              FunctionEnd
49