Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Bind
Method
Bind
libs/drape/vertex_array_buffer.cpp:389–395 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
387
}
388
389
bool VertexArrayBuffer::Bind() const
390
{
391
if (m_impl == nullptr)
392
return false;
393
394
return m_impl->Bind();
395
}
396
397
void VertexArrayBuffer::Unbind() const
398
{
Callers
2
BindBuffers
Method · 0.45
RenderRange
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected