- name: "scanlines"
- tags: "postprocess"
- vertex_program: "/example/materials/scanlines.vp"
- fragment_program: "/example/materials/scanlines.fp"
- vertex_constants {
- name: "view_proj"
- type: CONSTANT_TYPE_VIEWPROJ
- }
- fragment_constants {
- name: "resolution"
- type: CONSTANT_TYPE_USER
- value {
- }
- }
|