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

Function glBinormal3fvEXT

source/glbinding/source/gl/functions_b.cpp:371–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369}
370
371void glBinormal3fvEXT(const GLfloat * v)
372{
373 return glbinding::Binding::Binormal3fvEXT(v);
374}
375
376void glBinormal3iEXT(GLint bx, GLint by, GLint bz)
377{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected