| 98 | } |
| 99 | |
| 100 | void VertexAttributeBinding::setFormat(const GLint size, const GLenum type, const GLboolean normalized, const GLuint relativeoffset) |
| 101 | { |
| 102 | attributeImplementation().setFormat(this, size, type, normalized, relativeoffset); |
| 103 | } |
| 104 | |
| 105 | void VertexAttributeBinding::setIFormat(const GLint size, const GLenum type, const GLuint relativeoffset) |
| 106 | { |
no outgoing calls
no test coverage detected