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

Method glTexSubImage2D

src/host/glfw_canvas.cpp:502–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

500}
501
502void GlfwCanvas::glTexSubImage2D(GLenum tg,
503 GLint lv,
504 GLint xo,
505 GLint yo,
506 GLsizei w,
507 GLsizei h,
508 GLenum f,
509 GLenum ty,
510 const void* d) const {
511 fns_->pfn_glTexSubImage2D(tg, lv, xo, yo, w, h, f, ty, d);
512}
513
514void GlfwCanvas::glGenerateMipmap(GLenum tg) const {
515 fns_->pfn_glGenerateMipmap(tg);

Callers 2

upload_atlasMethod · 0.80
setup_gl_bufferMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected