MCPcopy Create free account
hub / github.com/cginternals/globjects / bindBase

Method bindBase

source/globjects/source/Buffer.cpp:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138void Buffer::bindBase(const GLenum target, const GLuint index) const
139{
140 glBindBufferBase(target, index, id());
141}
142
143void Buffer::bindRange(const GLenum target, const GLuint index, const GLintptr offset, const GLsizeiptr size) const
144{

Callers 2

initializeFunction · 0.80
drawFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected