Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/glbinding
/ glColor3hvNV
Function
glColor3hvNV
source/glbinding/source/gl/functions_c.cpp:301–304 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
299
}
300
301
void glColor3hvNV(const GLhalfNV * v)
302
{
303
return glbinding::Binding::Color3hvNV(v);
304
}
305
306
void glColor3i(GLint red, GLint green, GLint blue)
307
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected