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

Function IsMapBufferSupported

libs/drape/gpu_buffer.cpp:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18namespace
19{
20bool IsMapBufferSupported()
21{
22 static bool const isSupported = GLFunctions::ExtensionsList.IsSupported(GLExtensionsList::MapBuffer);
23 return isSupported;
24}
25
26glConst glTarget(GPUBuffer::Target t)
27{

Callers 3

MapMethod · 0.85
UpdateDataMethod · 0.85
UnmapMethod · 0.85

Calls 1

IsSupportedMethod · 0.45

Tested by

no test coverage detected