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

Function glBitmapxOES

source/glbinding/source/gl/functions_b.cpp:406–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

404}
405
406void glBitmapxOES(GLsizei width, GLsizei height, GLfixed xorig, GLfixed yorig, GLfixed xmove, GLfixed ymove, const GLubyte * bitmap)
407{
408 return glbinding::Binding::BitmapxOES(width, height, xorig, yorig, xmove, ymove, bitmap);
409}
410
411void glBlendBarrierKHR()
412{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected