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

Function glGetBufferSubData

source/glbinding/source/gl/functions_g.cpp:336–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334}
335
336void glGetBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, void * data)
337{
338 return glbinding::Binding::GetBufferSubData(target, offset, size, data);
339}
340
341void glGetBufferSubDataARB(GLenum target, GLintptrARB offset, GLsizeiptrARB size, void * data)
342{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected