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

Function glColorPointerListIBM

source/glbinding/source/gl/functions_c.cpp:566–569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

564}
565
566void glColorPointerListIBM(GLint size, GLenum type, GLint stride, const void ** pointer, GLint ptrstride)
567{
568 return glbinding::Binding::ColorPointerListIBM(size, type, stride, pointer, ptrstride);
569}
570
571void glColorPointervINTEL(GLint size, GLenum type, const void ** pointer)
572{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected