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

Method GetDeviceExtensions

libs/drape/vulkan/vulkan_layers.cpp:438–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436}
437
438char const * const * Layers::GetDeviceExtensions() const
439{
440 return m_deviceExtensions.data();
441}
442
443bool Layers::IsValidationFeaturesEnabled() const
444{

Callers 1

VulkanContextFactoryMethod · 0.80

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected