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

Method GetDeviceLayersCount

libs/drape/vulkan/vulkan_layers.cpp:417–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415}
416
417uint32_t Layers::GetDeviceLayersCount() const
418{
419 if (!m_enableDiagnostics)
420 return 0;
421
422 return static_cast<uint32_t>(m_deviceLayers.size());
423}
424
425char const * const * Layers::GetDeviceLayers() const
426{

Callers 1

VulkanContextFactoryMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected