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