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

Function glBufferAttachMemoryNV

source/glbinding/source/gl/functions_b.cpp:571–574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

569}
570
571void glBufferAttachMemoryNV(GLenum target, GLuint memory, GLuint64 offset)
572{
573 return glbinding::Binding::BufferAttachMemoryNV(target, memory, offset);
574}
575
576void glBufferData(GLenum target, GLsizeiptr size, const void * data, GLenum usage)
577{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected