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

Function glBinormalPointerEXT

source/glbinding/source/gl/functions_b.cpp:396–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394}
395
396void glBinormalPointerEXT(GLenum type, GLsizei stride, const void * pointer)
397{
398 return glbinding::Binding::BinormalPointerEXT(type, stride, pointer);
399}
400
401void glBitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * bitmap)
402{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected