Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/glbinding
/ glColor3ubv
Function
glColor3ubv
source/glbinding/source/gl/functions_c.cpp:331–334 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
329
}
330
331
void glColor3ubv(const GLubyte * v)
332
{
333
return glbinding::Binding::Color3ubv(v);
334
}
335
336
void glColor3ui(GLuint red, GLuint green, GLuint blue)
337
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected