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

Method IsDrawContextCreated

libs/drape/vulkan/vulkan_context_factory.cpp:284–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282}
283
284bool VulkanContextFactory::IsDrawContextCreated() const
285{
286 return m_drawContext != nullptr;
287}
288
289bool VulkanContextFactory::IsUploadContextCreated() const
290{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected