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

Function glBinormal3dvEXT

source/glbinding/source/gl/functions_b.cpp:361–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359}
360
361void glBinormal3dvEXT(const GLdouble * v)
362{
363 return glbinding::Binding::Binormal3dvEXT(v);
364}
365
366void glBinormal3fEXT(GLfloat bx, GLfloat by, GLfloat bz)
367{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected