passthrough.material 218 B

12345678
  1. name: "passthrough"
  2. tags: "postprocess"
  3. vertex_program: "/example/materials/passthrough.vp"
  4. fragment_program: "/example/materials/passthrough.fp"
  5. vertex_constants {
  6. name: "view_proj"
  7. type: CONSTANT_TYPE_VIEWPROJ
  8. }