MCPcopy Create free account
hub / github.com/SFML/SFML / glad_gl_load_GL_ARB_copy_buffer

Function glad_gl_load_GL_ARB_copy_buffer

examples/include/gl.h:6251–6254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6249 glad_glViewport = (PFNGLVIEWPORTPROC) load(userptr, "glViewport");
6250}
6251static void glad_gl_load_GL_ARB_copy_buffer( GLADuserptrloadfunc load, void* userptr) {
6252 if(!GLAD_GL_ARB_copy_buffer) return;
6253 glad_glCopyBufferSubData = (PFNGLCOPYBUFFERSUBDATAPROC) load(userptr, "glCopyBufferSubData");
6254}
6255static void glad_gl_load_GL_ARB_framebuffer_object( GLADuserptrloadfunc load, void* userptr) {
6256 if(!GLAD_GL_ARB_framebuffer_object) return;
6257 glad_glBindFramebuffer = (PFNGLBINDFRAMEBUFFERPROC) load(userptr, "glBindFramebuffer");

Callers 1

gladLoadGLUserPtrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected