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

Class SwapChainSupportDetails

code/27_depth_buffering.cpp:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected