| 59 | } |
| 60 | |
| 61 | void vector_field_impl::unbindResources() const |
| 62 | { |
| 63 | glBindVertexArray(0); |
| 64 | } |
| 65 | |
| 66 | glm::mat4 vector_field_impl::computeModelMatrix(const glm::mat4& pOrient) |
| 67 | { |
nothing calls this directly
no outgoing calls
no test coverage detected