MCPcopy Create free account
hub / github.com/comaps/comaps / Bind

Method Bind

libs/drape/gpu_buffer.cpp:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83void GPUBuffer::Bind()
84{
85 GLFunctions::glBindBuffer(m_bufferID, glTarget(m_t));
86}
87
88void * GPUBuffer::Map(uint32_t elementOffset, uint32_t elementCount)
89{

Callers

nothing calls this directly

Calls 1

glTargetFunction · 0.85

Tested by

no test coverage detected