MCPcopy Create free account
hub / github.com/cginternals/glbinding / glBufferSubData

Function glBufferSubData

source/glbinding/source/gl/functions_b.cpp:616–619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

614}
615
616void glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const void * data)
617{
618 return glbinding::Binding::BufferSubData(target, offset, size, data);
619}
620
621void glBufferSubDataARB(GLenum target, GLintptrARB offset, GLsizeiptrARB size, const void * data)
622{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected