Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenImageDebugger/OpenImageDebugger
/ glClearColor
Method
glClearColor
src/host/glfw_canvas.cpp:567–572 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
565
}
566
567
void GlfwCanvas::glClearColor(GLfloat r,
568
GLfloat g,
569
GLfloat b,
570
GLfloat a) const {
571
fns_->pfn_glClearColor(r, g, b, a);
572
}
573
574
void GlfwCanvas::glClear(GLbitfield mask) const {
575
fns_->pfn_glClear(mask);
Callers
1
render
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected