MCPcopy Create free account
hub / github.com/cginternals/glbinding / glCoverFillPathNV

Function glCoverFillPathNV

source/glbinding/source/gl/functions_c.cpp:1096–1099  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1094}
1095
1096void glCoverFillPathNV(GLuint path, GLenum coverMode)
1097{
1098 return glbinding::Binding::CoverFillPathNV(path, coverMode);
1099}
1100
1101void glCoverStrokePathInstancedNV(GLsizei numPaths, GLenum pathNameType, const void * paths, GLuint pathBase, GLenum coverMode, GLenum transformType, const GLfloat * transformValues)
1102{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected