| 1104 | } |
| 1105 | |
| 1106 | void glCoverStrokePathNV(GLuint path, GLenum coverMode) |
| 1107 | { |
| 1108 | return glbinding::Binding::CoverStrokePathNV(path, coverMode); |
| 1109 | } |
| 1110 | |
| 1111 | void glCreateBuffers(GLsizei n, GLuint * buffers) |
| 1112 | { |
nothing calls this directly
no outgoing calls
no test coverage detected