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