MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ is_adequate()

bool MayaFlux::Core::SwapchainSupportDetails::is_adequate ( ) const
inline

Definition at line 18 of file VKSwapchain.hpp.

19 {
20 return !formats.empty() && !present_modes.empty();
21 }
std::vector< vk::PresentModeKHR > present_modes
std::vector< vk::SurfaceFormatKHR > formats

References formats, and present_modes.

Referenced by MayaFlux::Core::VKSwapchain::create().

+ Here is the caller graph for this function: