Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
void IndexBuf::BindBuffer() { glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, mIbo); }
33
34
void IndexBuf::UnbindBuffer() { glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, 0); }
Callers
2
Render
Method · 0.45
EndRender
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected