Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/glbinding
/ glColor3iv
Function
glColor3iv
source/glbinding/source/gl/functions_c.cpp:311–314 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
309
}
310
311
void glColor3iv(const GLint * v)
312
{
313
return glbinding::Binding::Color3iv(v);
314
}
315
316
void glColor3s(GLshort red, GLshort green, GLshort blue)
317
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected