MCPcopy 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
563void GlfwCanvas::glViewport(GLint x, GLint y, GLsizei w, GLsizei h) const {
564 fns_->pfn_glViewport(x, y, w, h);
565}
566
567void GlfwCanvas::glClearColor(GLfloat r,
568 GLfloat g,

Callers 1

renderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected