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

Method bind

source/globjects/source/Buffer.cpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73void Buffer::bind(const GLenum target) const
74{
75 glBindBuffer(target, id());
76}
77
78void Buffer::unbind(const GLenum target)
79{

Callers 15

bindAttributeMethod · 0.45
bindBufferMethod · 0.45
setFormatMethod · 0.45
setIFormatMethod · 0.45
setLFormatMethod · 0.45
attachRenderBufferMethod · 0.45
attachRenderBufferMethod · 0.45
storage1DMethod · 0.45
storage2DMethod · 0.45
storage3DMethod · 0.45
checkStatusMethod · 0.45
setParameterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected