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

Function glBitmap

source/glbinding/source/gl/functions_b.cpp:401–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399}
400
401void glBitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * bitmap)
402{
403 return glbinding::Binding::Bitmap(width, height, xorig, yorig, xmove, ymove, bitmap);
404}
405
406void glBitmapxOES(GLsizei width, GLsizei height, GLfixed xorig, GLfixed yorig, GLfixed xmove, GLfixed ymove, const GLubyte * bitmap)
407{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected