| 61 | }; |
| 62 | |
| 63 | struct SwapChainSupportDetails { |
| 64 | VkSurfaceCapabilitiesKHR capabilities; |
| 65 | std::vector<VkSurfaceFormatKHR> formats; |
| 66 | std::vector<VkPresentModeKHR> presentModes; |
| 67 | }; |
| 68 | |
| 69 | struct Vertex { |
| 70 | glm::vec2 pos; |
nothing calls this directly
no outgoing calls
no test coverage detected