| 91 | } |
| 92 | |
| 93 | unsigned VectorField::verticesSize() const |
| 94 | { |
| 95 | unsigned temp = 0; |
| 96 | FG_THROW(fg_get_vector_field_vertex_buffer_size(&temp, get())); |
| 97 | return temp; |
| 98 | } |
| 99 | |
| 100 | unsigned VectorField::colorsSize() const |
| 101 | { |
nothing calls this directly
no test coverage detected