Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Overv/VulkanTutorial
/ isComplete
Method
isComplete
code/23_descriptor_sets.cpp:61–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
std::optional<uint32_t> presentFamily;
60
61
bool isComplete() {
62
return graphicsFamily.has_value() && presentFamily.has_value();
63
}
64
};
65
66
struct SwapChainSupportDetails {
Callers
2
isDeviceSuitable
Method · 0.45
findQueueFamilies
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected