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