| 123456789101112131415161718192021222324 |
- name: "sprite"
- tags: "tile"
- vertex_program: "/example/vertexcolor.vp"
- fragment_program: "/example/vertexcolor.fp"
- vertex_constants {
- name: "view_proj"
- type: CONSTANT_TYPE_VIEWPROJ
- }
- samplers {
- name: "texture_sampler"
- wrap_u: WRAP_MODE_CLAMP_TO_EDGE
- wrap_v: WRAP_MODE_CLAMP_TO_EDGE
- filter_min: FILTER_MODE_MIN_DEFAULT
- filter_mag: FILTER_MODE_MAG_DEFAULT
- }
- attributes {
- name: "mycolor"
- double_values {
- v: 1.0
- v: 1.0
- v: 1.0
- v: 1.0
- }
- }
|