Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ IsVulkanSupported
Method
IsVulkanSupported
libs/drape/vulkan/vulkan_context_factory.cpp:269–272 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
267
}
268
269
bool VulkanContextFactory::IsVulkanSupported() const
270
{
271
return m_vulkanInstance != nullptr && m_gpu != nullptr && m_device != nullptr;
272
}
273
274
dp::GraphicsContext * VulkanContextFactory::GetDrawContext()
275
{
Callers
1
CreateDrapeEngine
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected