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

Function glBinormal3svEXT

source/glbinding/source/gl/functions_b.cpp:391–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389}
390
391void glBinormal3svEXT(const GLshort * v)
392{
393 return glbinding::Binding::Binormal3svEXT(v);
394}
395
396void glBinormalPointerEXT(GLenum type, GLsizei stride, const void * pointer)
397{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected