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

Function glColorPointer

source/glbinding/source/gl/functions_c.cpp:556–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

554}
555
556void glColorPointer(GLint size, GLenum type, GLsizei stride, const void * pointer)
557{
558 return glbinding::Binding::ColorPointer(size, type, stride, pointer);
559}
560
561void glColorPointerEXT(GLint size, GLenum type, GLsizei stride, GLsizei count, const void * pointer)
562{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected