Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenImageDebugger/OpenImageDebugger
/ glUniform4fv
Method
glUniform4fv
src/host/glfw_canvas.cpp:431–433 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
429
}
430
431
void GlfwCanvas::glUniform4fv(GLint l, GLsizei n, const GLfloat* v) const {
432
fns_->pfn_glUniform4fv(l, n, v);
433
}
434
435
void GlfwCanvas::glUniformMatrix4fv(GLint l,
436
GLsizei n,
Callers
1
uniform4fv
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected