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

Function glBufferStorageMemEXT

source/glbinding/source/gl/functions_b.cpp:611–614  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

609}
610
611void glBufferStorageMemEXT(GLenum target, GLsizeiptr size, GLuint memory, GLuint64 offset)
612{
613 return glbinding::Binding::BufferStorageMemEXT(target, size, memory, offset);
614}
615
616void glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const void * data)
617{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected