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

Function glBindBufferOffsetNV

source/glbinding/source/gl/functions_b.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131void glBindBufferOffsetNV(GLenum target, GLuint index, GLuint buffer, GLintptr offset)
132{
133 return glbinding::Binding::BindBufferOffsetNV(target, index, buffer, offset);
134}
135
136void glBindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)
137{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected