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

Method isComplete

code/05_window_surface.cpp:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

isDeviceSuitableMethod · 0.45
findQueueFamiliesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected