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