MCPcopy Create free account
hub / github.com/OpenImageDebugger/OpenImageDebugger / glPixelStorei

Method glPixelStorei

src/host/glfw_canvas.cpp:518–520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

516}
517
518void GlfwCanvas::glPixelStorei(GLenum p, GLint v) const {
519 fns_->pfn_glPixelStorei(p, v);
520}
521
522void GlfwCanvas::glDrawArrays(GLenum m, GLint f, GLsizei c) const {
523 fns_->pfn_glDrawArrays(m, f, c);

Callers 2

initializeMethod · 0.80
setup_gl_bufferMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected