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

Function glBufferAddressRangeNV

source/glbinding/source/gl/functions_b.cpp:566–569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

564}
565
566void glBufferAddressRangeNV(GLenum pname, GLuint index, GLuint64EXT address, GLsizeiptr length)
567{
568 return glbinding::Binding::BufferAddressRangeNV(pname, index, address, length);
569}
570
571void glBufferAttachMemoryNV(GLenum target, GLuint memory, GLuint64 offset)
572{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected