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

Method UnbindBuffer

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

Source from the content-addressed store, hash-verified

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

Callers 2

RenderMethod · 0.45
EndRenderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected