Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
void GPUBuffer::Bind()
84
{
85
GLFunctions::glBindBuffer(m_bufferID, glTarget(m_t));
86
}
87
88
void * GPUBuffer::Map(uint32_t elementOffset, uint32_t elementCount)
89
{
Callers
nothing calls this directly
Calls
1
glTarget
Function · 0.85
Tested by
no test coverage detected