Function PhysicalDevice.supportsSurface

Check whether the given queue family supports presentation on the give surface.

abstract bool supportsSurface (
  uint queueFamilyIndex,
  Surface surface
);