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

Method unbind

source/globjects/source/Buffer.cpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78void Buffer::unbind(const GLenum target)
79{
80 glBindBuffer(target, 0);
81}
82
83void Buffer::unbind(const GLenum target, const GLuint index)
84{

Callers 8

drawMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
drawFunction · 0.45
IcosahedronMethod · 0.45
drawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected