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