Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Overv/VulkanTutorial
/ isComplete
Method
isComplete
code/09_shader_modules.cpp:53–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
std::optional<uint32_t> presentFamily;
52
53
bool isComplete() {
54
return graphicsFamily.has_value() && presentFamily.has_value();
55
}
56
};
57
58
struct SwapChainSupportDetails {
Callers
2
isDeviceSuitable
Method · 0.45
findQueueFamilies
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected