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

Method GetDeviceLayers

libs/drape/vulkan/vulkan_layers.cpp:425–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423}
424
425char const * const * Layers::GetDeviceLayers() const
426{
427 if (!m_enableDiagnostics)
428 return nullptr;
429
430 return m_deviceLayers.data();
431}
432
433uint32_t Layers::GetDeviceExtensionsCount() const
434{

Callers 1

VulkanContextFactoryMethod · 0.80

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected