MCPcopy Create free account
hub / github.com/Overv/VulkanTutorial / isDeviceSuitable

Method isDeviceSuitable

code/05_window_surface.cpp:243–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241 }
242
243 bool isDeviceSuitable(VkPhysicalDevice device) {
244 QueueFamilyIndices indices = findQueueFamilies(device);
245
246 return indices.isComplete();
247 }
248
249 QueueFamilyIndices findQueueFamilies(VkPhysicalDevice device) {
250 QueueFamilyIndices indices;

Callers

nothing calls this directly

Calls 1

isCompleteMethod · 0.45

Tested by

no test coverage detected