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

Function glColor4hvNV

source/glbinding/source/gl/functions_c.cpp:411–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

409}
410
411void glColor4hvNV(const GLhalfNV * v)
412{
413 return glbinding::Binding::Color4hvNV(v);
414}
415
416void glColor4i(GLint red, GLint green, GLint blue, GLint alpha)
417{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected