MCPcopy 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
12void EBO::Bind()
13{
14 glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, ID);
15}
16
17// Unbinds the EBO
18void EBO::Unbind()

Callers 3

MeshMethod · 0.45
DrawMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected