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

Function glBinormal3dEXT

source/glbinding/source/gl/functions_b.cpp:356–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354}
355
356void glBinormal3dEXT(GLdouble bx, GLdouble by, GLdouble bz)
357{
358 return glbinding::Binding::Binormal3dEXT(bx, by, bz);
359}
360
361void glBinormal3dvEXT(const GLdouble * v)
362{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected