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

Method isComplete

code/15_hello_triangle.cpp:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 std::optional<uint32_t> presentFamily;
54
55 bool isComplete() {
56 return graphicsFamily.has_value() && presentFamily.has_value();
57 }
58};
59
60struct SwapChainSupportDetails {

Callers 2

isDeviceSuitableMethod · 0.45
findQueueFamiliesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected