| 48 | } |
| 49 | |
| 50 | void VertexArray::hintAttributeImplementation(const AttributeImplementation impl) |
| 51 | { |
| 52 | ImplementationRegistry::current().initialize(impl); |
| 53 | } |
| 54 | |
| 55 | VertexArray * VertexArray::fromId(const GLuint id) |
| 56 | { |
nothing calls this directly
no test coverage detected