Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VictorGordan/opengl-tutorials
/ Bind
Method
Bind
YoutubeOpenGL 27 - Normal Maps/EBO.cpp:12–15 ·
view source on GitHub ↗
Binds the EBO
Source
from the content-addressed store, hash-verified
10
11
// Binds the EBO
12
void EBO::Bind()
13
{
14
glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, ID);
15
}
16
17
// Unbinds the EBO
18
void EBO::Unbind()
Callers
3
Mesh
Method · 0.45
Draw
Method · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected