manifest.bml 588 B

1234567891011121314151617181920212223242526
  1. input
  2. filter: nearest
  3. format: rgba16f
  4. comment: uncomment the following line to use cgwg's scanlines with interlacing detection
  5. program
  6. filter: linear
  7. width: 0
  8. height: 0
  9. modulo: 2
  10. fragment: cgwg-scanlines-interlaced.fs
  11. comment: uncomment the following line to use cgwg's dot-mask emulation
  12. program
  13. filter: linear
  14. fragment: dot-mask.fs
  15. comment: uncomment the following line to use cgwg's rounded corners
  16. program
  17. filter: linear
  18. fragment: corner.fs
  19. comment: uncomment the following line to add screen curvature
  20. program
  21. filter: linear
  22. fragment: curvature.fs