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

Function glColor3hNV

source/glbinding/source/gl/functions_c.cpp:296–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296void glColor3hNV(GLhalfNV red, GLhalfNV green, GLhalfNV blue)
297{
298 return glbinding::Binding::Color3hNV(red, green, blue);
299}
300
301void glColor3hvNV(const GLhalfNV * v)
302{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected