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

Function glBufferData

source/glbinding/source/gl/functions_b.cpp:576–579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

574}
575
576void glBufferData(GLenum target, GLsizeiptr size, const void * data, GLenum usage)
577{
578 return glbinding::Binding::BufferData(target, size, data, usage);
579}
580
581void glBufferDataARB(GLenum target, GLsizeiptrARB size, const void * data, GLenum usage)
582{

Callers 2

CubeScapeMethod · 0.85
CubeScapeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected