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

Function glBinormal3ivEXT

source/glbinding/source/gl/functions_b.cpp:381–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379}
380
381void glBinormal3ivEXT(const GLint * v)
382{
383 return glbinding::Binding::Binormal3ivEXT(v);
384}
385
386void glBinormal3sEXT(GLshort bx, GLshort by, GLshort bz)
387{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected