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

Method glGenTextures

src/host/glfw_canvas.cpp:470–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

468}
469
470void GlfwCanvas::glGenTextures(GLsizei n, GLuint* t) const {
471 fns_->pfn_glGenTextures(n, t);
472}
473
474void GlfwCanvas::glDeleteTextures(GLsizei n, const GLuint* t) const {
475 fns_->pfn_glDeleteTextures(n, t);

Callers 4

initializeMethod · 0.80
setup_gl_bufferMethod · 0.80
ensure_sizeMethod · 0.80
texture_forMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected