scanlines.material 297 B

1234567891011121314
  1. name: "scanlines"
  2. tags: "postprocess"
  3. vertex_program: "/example/materials/scanlines.vp"
  4. fragment_program: "/example/materials/scanlines.fp"
  5. vertex_constants {
  6. name: "view_proj"
  7. type: CONSTANT_TYPE_VIEWPROJ
  8. }
  9. fragment_constants {
  10. name: "resolution"
  11. type: CONSTANT_TYPE_USER
  12. value {
  13. }
  14. }