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

Function glBufferSubDataARB

source/glbinding/source/gl/functions_b.cpp:621–624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

619}
620
621void glBufferSubDataARB(GLenum target, GLintptrARB offset, GLsizeiptrARB size, const void * data)
622{
623 return glbinding::Binding::BufferSubDataARB(target, offset, size, data);
624}
625
626
627} // namespace gl

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected