| 23 | #include "vulkanDeviceInfo.h" |
| 24 | |
| 25 | std::vector<VulkanLayerInfo> VulkanDeviceInfo::getLayers() |
| 26 | { |
| 27 | return layers; |
| 28 | } |
| 29 | |
| 30 | void VulkanSurfaceInfo::get(VkPhysicalDevice device, VkSurfaceKHR surface) |
| 31 | { |
nothing calls this directly
no outgoing calls
no test coverage detected