Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ GetDeviceExtensionsCount
Method
GetDeviceExtensionsCount
libs/drape/vulkan/vulkan_layers.cpp:433–436 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
431
}
432
433
uint32_t Layers::GetDeviceExtensionsCount() const
434
{
435
return static_cast<uint32_t>(m_deviceExtensions.size());
436
}
437
438
char const * const * Layers::GetDeviceExtensions() const
439
{
Callers
1
VulkanContextFactory
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected