Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenImageDebugger/OpenImageDebugger
/ glViewport
Method
glViewport
src/host/glfw_canvas.cpp:563–565 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
561
}
562
563
void GlfwCanvas::glViewport(GLint x, GLint y, GLsizei w, GLsizei h) const {
564
fns_->pfn_glViewport(x, y, w, h);
565
}
566
567
void GlfwCanvas::glClearColor(GLfloat r,
568
GLfloat g,
Callers
1
render
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected