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

Function glBinormal3fEXT

source/glbinding/source/gl/functions_b.cpp:366–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364}
365
366void glBinormal3fEXT(GLfloat bx, GLfloat by, GLfloat bz)
367{
368 return glbinding::Binding::Binormal3fEXT(bx, by, bz);
369}
370
371void glBinormal3fvEXT(const GLfloat * v)
372{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected