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

Function glBinormal3sEXT

source/glbinding/source/gl/functions_b.cpp:386–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384}
385
386void glBinormal3sEXT(GLshort bx, GLshort by, GLshort bz)
387{
388 return glbinding::Binding::Binormal3sEXT(bx, by, bz);
389}
390
391void glBinormal3svEXT(const GLshort * v)
392{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected