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

Class SwapChainSupportDetails

code/26_texture_mapping.cpp:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected