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

Method glDeleteTextures

src/host/glfw_canvas.cpp:474–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

472}
473
474void GlfwCanvas::glDeleteTextures(GLsizei n, const GLuint* t) const {
475 fns_->pfn_glDeleteTextures(n, t);
476}
477
478void GlfwCanvas::glBindTexture(GLenum tg, GLuint t) const {
479 fns_->pfn_glBindTexture(tg, t);

Callers 6

~GLTextRendererMethod · 0.80
~BufferMethod · 0.80
buffer_updateMethod · 0.80
destroyMethod · 0.80
~ThumbnailCacheMethod · 0.80
evict_missingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected