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

Function glColorPointerEXT

source/glbinding/source/gl/functions_c.cpp:561–564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

559}
560
561void glColorPointerEXT(GLint size, GLenum type, GLsizei stride, GLsizei count, const void * pointer)
562{
563 return glbinding::Binding::ColorPointerEXT(size, type, stride, count, pointer);
564}
565
566void glColorPointerListIBM(GLint size, GLenum type, GLint stride, const void ** pointer, GLint ptrstride)
567{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected