Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenImageDebugger/OpenImageDebugger
/ glGetUniformLocation
Method
glGetUniformLocation
src/host/glfw_canvas.cpp:415–417 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
413
}
414
415
GLint GlfwCanvas::glGetUniformLocation(GLuint p, const GLchar* n) const {
416
return fns_->pfn_glGetUniformLocation(p, n);
417
}
418
419
void GlfwCanvas::glUniform1i(GLint l, GLint v) const {
420
fns_->pfn_glUniform1i(l, v);
Callers
1
create
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected