Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/glbinding
/ glBindBuffer
Function
glBindBuffer
source/glbinding/source/gl/functions_b.cpp:101–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
}
100
101
void glBindBuffer(GLenum target, GLuint buffer)
102
{
103
return glbinding::Binding::BindBuffer(target, buffer);
104
}
105
106
void glBindBufferARB(GLenum target, GLuint buffer)
107
{
Callers
2
CubeScape
Method · 0.85
CubeScape
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected