Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/glbinding
/ glColor3dv
Function
glColor3dv
source/glbinding/source/gl/functions_c.cpp:271–274 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
269
}
270
271
void glColor3dv(const GLdouble * v)
272
{
273
return glbinding::Binding::Color3dv(v);
274
}
275
276
void glColor3f(GLfloat red, GLfloat green, GLfloat blue)
277
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected