Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
78
void Buffer::unbind(const GLenum target)
79
{
80
glBindBuffer(target, 0);
81
}
82
83
void Buffer::unbind(const GLenum target, const GLuint index)
84
{
Callers
8
draw
Method · 0.45
draw
Method · 0.45
draw
Method · 0.45
draw
Method · 0.45
draw
Method · 0.45
draw
Function · 0.45
Icosahedron
Method · 0.45
draw
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected