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

Function glCoverStrokePathNV

source/glbinding/source/gl/functions_c.cpp:1106–1109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1104}
1105
1106void glCoverStrokePathNV(GLuint path, GLenum coverMode)
1107{
1108 return glbinding::Binding::CoverStrokePathNV(path, coverMode);
1109}
1110
1111void glCreateBuffers(GLsizei n, GLuint * buffers)
1112{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected