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

Method isComplete

code/31_compute_shader.cpp:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 std::optional<uint32_t> presentFamily;
66
67 bool isComplete() {
68 return graphicsAndComputeFamily.has_value() && presentFamily.has_value();
69 }
70};
71
72struct SwapChainSupportDetails {

Callers 2

isDeviceSuitableMethod · 0.45
findQueueFamiliesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected