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

Function glColor3fVertex3fSUN

source/glbinding/source/gl/functions_c.cpp:286–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284}
285
286void glColor3fVertex3fSUN(GLfloat r, GLfloat g, GLfloat b, GLfloat x, GLfloat y, GLfloat z)
287{
288 return glbinding::Binding::Color3fVertex3fSUN(r, g, b, x, y, z);
289}
290
291void glColor3fVertex3fvSUN(const GLfloat * c, const GLfloat * v)
292{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected