invert.material 373 B

123456789101112131415
  1. name: "invert"
  2. tags: "postprocess"
  3. vertex_program: "/example/materials/invert.vp"
  4. fragment_program: "/example/materials/invert.fp"
  5. vertex_constants {
  6. name: "view_proj"
  7. type: CONSTANT_TYPE_VIEWPROJ
  8. }
  9. samplers {
  10. name: "tex0"
  11. wrap_u: WRAP_MODE_CLAMP_TO_EDGE
  12. wrap_v: WRAP_MODE_CLAMP_TO_EDGE
  13. filter_min: FILTER_MODE_MIN_LINEAR
  14. filter_mag: FILTER_MODE_MAG_LINEAR
  15. }