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

Method glEnable

src/host/glfw_canvas.cpp:578–580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

576}
577
578void GlfwCanvas::glEnable(GLenum cap) const {
579 fns_->pfn_glEnable(cap);
580}
581
582void GlfwCanvas::glBlendFunc(GLenum sfactor, GLenum dfactor) const {
583 fns_->pfn_glBlendFunc(sfactor, dfactor);

Callers 1

renderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected