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

Function glColorPointervINTEL

source/glbinding/source/gl/functions_c.cpp:571–574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

569}
570
571void glColorPointervINTEL(GLint size, GLenum type, const void ** pointer)
572{
573 return glbinding::Binding::ColorPointervINTEL(size, type, pointer);
574}
575
576void glColorSubTable(GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const void * data)
577{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected