| 1094 | } |
| 1095 | |
| 1096 | void glCoverFillPathNV(GLuint path, GLenum coverMode) |
| 1097 | { |
| 1098 | return glbinding::Binding::CoverFillPathNV(path, coverMode); |
| 1099 | } |
| 1100 | |
| 1101 | void glCoverStrokePathInstancedNV(GLsizei numPaths, GLenum pathNameType, const void * paths, GLuint pathBase, GLenum coverMode, GLenum transformType, const GLfloat * transformValues) |
| 1102 | { |
nothing calls this directly
no outgoing calls
no test coverage detected