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