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

Function glBinormal3bvEXT

source/glbinding/source/gl/functions_b.cpp:351–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349}
350
351void glBinormal3bvEXT(const GLbyte * v)
352{
353 return glbinding::Binding::Binormal3bvEXT(v);
354}
355
356void glBinormal3dEXT(GLdouble bx, GLdouble by, GLdouble bz)
357{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected