MCPcopy 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
269bool VulkanContextFactory::IsVulkanSupported() const
270{
271 return m_vulkanInstance != nullptr && m_gpu != nullptr && m_device != nullptr;
272}
273
274dp::GraphicsContext * VulkanContextFactory::GetDrawContext()
275{

Callers 1

CreateDrapeEngineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected