| 87 | } |
| 88 | |
| 89 | void surface_impl::unbindResources() const |
| 90 | { |
| 91 | glBindVertexArray(0); |
| 92 | } |
| 93 | |
| 94 | glm::mat4 surface_impl::computeTransformMat(const glm::mat4& pView, const glm::mat4& pOrient) |
| 95 | { |
nothing calls this directly
no outgoing calls
no test coverage detected