manifest.bml 875 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. input
  2. filter: nearest
  3. program
  4. format: srgb8
  5. filter: nearest
  6. vertex: linearize.vs
  7. fragment: linearize.fs
  8. program
  9. format: srgb8
  10. filter: nearest
  11. height: 25%
  12. width: 100%
  13. vertex: gauss_horiz.vs
  14. fragment: gauss_horiz.fs
  15. program
  16. format: srgb8
  17. filter: nearest
  18. vertex: gauss_vert.vs
  19. fragment: gauss_vert.fs
  20. program
  21. format: srgb8
  22. filter: nearest
  23. height: 100%
  24. width: 100%
  25. vertex: threshold.vs
  26. fragment: threshold.fs
  27. program
  28. format: srgb8
  29. filter: linear
  30. height: 25%
  31. width: 25%
  32. vertex: blur_horiz.vs
  33. fragment: blur_horiz.fs
  34. program
  35. format: srgb8
  36. filter: linear
  37. height: 100%
  38. width: 100%
  39. vertex: blur_vert.vs
  40. fragment: blur_vert.fs
  41. program
  42. filter: linear
  43. vertex: resolve.vs
  44. fragment: resolve.fs
  45. output
  46. height: 0
  47. width: 0
  48. filter: linear