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

Function glBufferDataARB

source/glbinding/source/gl/functions_b.cpp:581–584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

579}
580
581void glBufferDataARB(GLenum target, GLsizeiptrARB size, const void * data, GLenum usage)
582{
583 return glbinding::Binding::BufferDataARB(target, size, data, usage);
584}
585
586void glBufferPageCommitmentARB(GLenum target, GLintptr offset, GLsizeiptr size, GLboolean commit)
587{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected