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

Function glColor3fVertex3fvSUN

source/glbinding/source/gl/functions_c.cpp:291–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289}
290
291void glColor3fVertex3fvSUN(const GLfloat * c, const GLfloat * v)
292{
293 return glbinding::Binding::Color3fVertex3fvSUN(c, v);
294}
295
296void glColor3hNV(GLhalfNV red, GLhalfNV green, GLhalfNV blue)
297{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected