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

Function glDrawPixels

source/glbinding/source/gl/functions_d.cpp:591–594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

589}
590
591void glDrawPixels(GLsizei width, GLsizei height, GLenum format, GLenum type, const void * pixels)
592{
593 return glbinding::Binding::DrawPixels(width, height, format, type, pixels);
594}
595
596void glDrawRangeElementArrayAPPLE(GLenum mode, GLuint start, GLuint end, GLint first, GLsizei count)
597{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected