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

Class SwapChainSupportDetails

code/15_hello_triangle.cpp:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected