MCPcopy Create free account
hub / github.com/OpenImageDebugger/OpenImageDebugger / glUniformMatrix4fv

Method glUniformMatrix4fv

src/host/glfw_canvas.cpp:435–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

433}
434
435void GlfwCanvas::glUniformMatrix4fv(GLint l,
436 GLsizei n,
437 GLboolean t,
438 const GLfloat* v) const {
439 fns_->pfn_glUniformMatrix4fv(l, n, t, v);
440}
441
442void GlfwCanvas::glGenBuffers(GLsizei n, GLuint* b) const {
443 fns_->pfn_glGenBuffers(n, b);

Callers 1

uniform_matrix4fvMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected