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

Function glEdgeFlagPointer

source/glbinding/source/gl/functions_e.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21void glEdgeFlagPointer(GLsizei stride, const void * pointer)
22{
23 return glbinding::Binding::EdgeFlagPointer(stride, pointer);
24}
25
26void glEdgeFlagPointerEXT(GLsizei stride, GLsizei count, const GLboolean * pointer)
27{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected