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

Function glBufferStorage

source/glbinding/source/gl/functions_b.cpp:601–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

599}
600
601void glBufferStorage(GLenum target, GLsizeiptr size, const void * data, BufferStorageMask flags)
602{
603 return glbinding::Binding::BufferStorage(target, size, data, flags);
604}
605
606void glBufferStorageExternalEXT(GLenum target, GLintptr offset, GLsizeiptr size, GLeglClientBufferEXT clientBuffer, BufferStorageMask flags)
607{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected