MCPcopy Create free account
hub / github.com/SaschaWillems/VulkanCapsViewer / getLayers

Method getLayers

vulkanDeviceInfo.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23#include "vulkanDeviceInfo.h"
24
25std::vector<VulkanLayerInfo> VulkanDeviceInfo::getLayers()
26{
27 return layers;
28}
29
30void VulkanSurfaceInfo::get(VkPhysicalDevice device, VkSurfaceKHR surface)
31{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected