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

Method glBindFramebuffer

src/host/glfw_canvas.cpp:530–532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

528}
529
530void GlfwCanvas::glBindFramebuffer(GLenum target, GLuint f) const {
531 fns_->pfn_glBindFramebuffer(target, f);
532}
533
534void GlfwCanvas::glFramebufferTexture2D(GLenum target,
535 GLenum attachment,

Callers 2

ensure_sizeMethod · 0.80
renderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected