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

Method glBlendFunc

src/host/glfw_canvas.cpp:582–584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

580}
581
582void GlfwCanvas::glBlendFunc(GLenum sfactor, GLenum dfactor) const {
583 fns_->pfn_glBlendFunc(sfactor, dfactor);
584}
585
586void GlfwCanvas::glDisable(GLenum cap) const {
587 fns_->pfn_glDisable(cap);

Callers 1

renderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected