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

Method isComplete

code/04_logical_device.cpp:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 std::optional<uint32_t> graphicsFamily;
42
43 bool isComplete() {
44 return graphicsFamily.has_value();
45 }
46};
47
48class HelloTriangleApplication {

Callers 2

isDeviceSuitableMethod · 0.45
findQueueFamiliesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected