Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
578
void GlfwCanvas::glEnable(GLenum cap) const {
579
fns_->pfn_glEnable(cap);
580
}
581
582
void GlfwCanvas::glBlendFunc(GLenum sfactor, GLenum dfactor) const {
583
fns_->pfn_glBlendFunc(sfactor, dfactor);
Callers
1
render
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected