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

Function glColor4hNV

source/glbinding/source/gl/functions_c.cpp:406–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

404}
405
406void glColor4hNV(GLhalfNV red, GLhalfNV green, GLhalfNV blue, GLhalfNV alpha)
407{
408 return glbinding::Binding::Color4hNV(red, green, blue, alpha);
409}
410
411void glColor4hvNV(const GLhalfNV * v)
412{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected