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

Class SwapChainSupportDetails

code/18_vertex_input.cpp:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected