MCPcopy Create free account
hub / github.com/android/ndk-samples / BindBuffer

Method BindBuffer

endless-tunnel/app/src/main/cpp/indexbuf.cpp:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void IndexBuf::BindBuffer() { glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, mIbo); }
33
34void IndexBuf::UnbindBuffer() { glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, 0); }

Callers 2

BeginRenderMethod · 0.45
RenderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected