1 hlsl.flattenOpaqueInitMix.vert 2 // Module Version 10000 3 // Generated by (magic number): 80007 4 // Id's are bound by 97 5 6 Capability Shader 7 1: ExtInstImport "GLSL.std.450" 8 MemoryModel Logical GLSL450 9 EntryPoint Vertex 4 "main" 57 10 Source HLSL 500 11 Name 4 "main" 12 Name 44 "g_tInputTexture_sampler" 13 Name 47 "g_tInputTexture" 14 Name 57 "@entryPointOutput" 15 Decorate 44(g_tInputTexture_sampler) DescriptorSet 0 16 Decorate 44(g_tInputTexture_sampler) Binding 0 17 Decorate 47(g_tInputTexture) DescriptorSet 0 18 Decorate 47(g_tInputTexture) Binding 0 19 Decorate 57(@entryPointOutput) Location 0 20 2: TypeVoid 21 3: TypeFunction 2 22 6: TypeSampler 23 7: TypeFloat 32 24 8: TypeImage 7(float) 2D sampled format:Unknown 25 11: TypeVector 7(float) 4 26 28: TypeSampledImage 8 27 36: TypeVector 7(float) 2 28 38: 7(float) Constant 0 29 43: TypePointer UniformConstant 6 30 44(g_tInputTexture_sampler): 43(ptr) Variable UniformConstant 31 46: TypePointer UniformConstant 8 32 47(g_tInputTexture): 46(ptr) Variable UniformConstant 33 49: 7(float) Constant 1056964608 34 56: TypePointer Output 11(fvec4) 35 57(@entryPointOutput): 56(ptr) Variable Output 36 96: 36(fvec2) ConstantComposite 49 49 37 4(main): 2 Function None 3 38 5: Label 39 63: 6 Load 44(g_tInputTexture_sampler) 40 64: 8 Load 47(g_tInputTexture) 41 73: 28 SampledImage 64 63 42 79: 11(fvec4) ImageSampleExplicitLod 73 96 Lod 38 43 Store 57(@entryPointOutput) 79 44 Return 45 FunctionEnd 46