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

Function glBinormal3bEXT

source/glbinding/source/gl/functions_b.cpp:346–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344}
345
346void glBinormal3bEXT(GLbyte bx, GLbyte by, GLbyte bz)
347{
348 return glbinding::Binding::Binormal3bEXT(bx, by, bz);
349}
350
351void glBinormal3bvEXT(const GLbyte * v)
352{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected