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

Class SwapChainSupportDetails

code/23_descriptor_sets.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64};
65
66struct SwapChainSupportDetails {
67 VkSurfaceCapabilitiesKHR capabilities;
68 std::vector<VkSurfaceFormatKHR> formats;
69 std::vector<VkPresentModeKHR> presentModes;
70};
71
72struct Vertex {
73 glm::vec2 pos;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected