hlsl.flattenOpaqueInitMix.vert.out 2.1 KB

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