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

Function glBinormal3iEXT

source/glbinding/source/gl/functions_b.cpp:376–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374}
375
376void glBinormal3iEXT(GLint bx, GLint by, GLint bz)
377{
378 return glbinding::Binding::Binormal3iEXT(bx, by, bz);
379}
380
381void glBinormal3ivEXT(const GLint * v)
382{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected