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

Function glColorMaterial

source/glbinding/source/gl/functions_c.cpp:531–534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

529}
530
531void glColorMaterial(GLenum face, GLenum mode)
532{
533 return glbinding::Binding::ColorMaterial(face, mode);
534}
535
536void glColorP3ui(GLenum type, GLuint color)
537{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected