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

Class SwapChainSupportDetails

code/10_fixed_functions.cpp:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56};
57
58struct SwapChainSupportDetails {
59 VkSurfaceCapabilitiesKHR capabilities;
60 std::vector<VkSurfaceFormatKHR> formats;
61 std::vector<VkPresentModeKHR> presentModes;
62};
63
64class HelloTriangleApplication {
65public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected