[][src]Function vulkano_glfw_v2::get_physical_device_presentation_support

pub fn get_physical_device_presentation_support(
    glfw: &Glfw,
    family: &QueueFamily
) -> bool

This function returns whether the specified queue family of the specified physical device supports presentation to the platform GLFW was built for.

Arguments

  • glfw - the glfw context
  • family - the Vulkan queue family in question