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

Method isComplete

code/21_index_buffer.cpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

isDeviceSuitableMethod · 0.45
findQueueFamiliesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected