MCPcopy 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
389bool VertexArrayBuffer::Bind() const
390{
391 if (m_impl == nullptr)
392 return false;
393
394 return m_impl->Bind();
395}
396
397void VertexArrayBuffer::Unbind() const
398{

Callers 2

BindBuffersMethod · 0.45
RenderRangeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected