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

Function glColor3d

source/glbinding/source/gl/functions_c.cpp:266–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266void glColor3d(GLdouble red, GLdouble green, GLdouble blue)
267{
268 return glbinding::Binding::Color3d(red, green, blue);
269}
270
271void glColor3dv(const GLdouble * v)
272{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected