Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
void Buffer::bind(const GLenum target) const
74
{
75
glBindBuffer(target, id());
76
}
77
78
void Buffer::unbind(const GLenum target)
79
{
Callers
15
bindAttribute
Method · 0.45
bindBuffer
Method · 0.45
setFormat
Method · 0.45
setIFormat
Method · 0.45
setLFormat
Method · 0.45
attachRenderBuffer
Method · 0.45
attachRenderBuffer
Method · 0.45
storage1D
Method · 0.45
storage2D
Method · 0.45
storage3D
Method · 0.45
checkStatus
Method · 0.45
setParameter
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected