MCPcopy 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
415GLint GlfwCanvas::glGetUniformLocation(GLuint p, const GLchar* n) const {
416 return fns_->pfn_glGetUniformLocation(p, n);
417}
418
419void GlfwCanvas::glUniform1i(GLint l, GLint v) const {
420 fns_->pfn_glUniform1i(l, v);

Callers 1

createMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected