| 57 | } |
| 58 | |
| 59 | bool Window::get_display_present_info(VkDisplayPresentInfoKHR *info, |
| 60 | uint32_t src_width, uint32_t src_height) const |
| 61 | { |
| 62 | // Default is to not use the extra present info |
| 63 | return false; |
| 64 | } |
| 65 | } // namespace vkb |
no outgoing calls
no test coverage detected