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

Method glEnableVertexAttribArray

src/host/glfw_canvas.cpp:461–463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459}
460
461void GlfwCanvas::glEnableVertexAttribArray(GLuint i) const {
462 fns_->pfn_glEnableVertexAttribArray(i);
463}
464
465void GlfwCanvas::glVertexAttribPointer(
466 GLuint i, GLint s, GLenum t, GLboolean n, GLsizei st, const void* p) const {

Callers 3

drawMethod · 0.80
draw_textMethod · 0.80
drawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected