[][src]Function ash_window::enumerate_required_extensions

pub fn enumerate_required_extensions(
    window_handle: &impl HasRawWindowHandle
) -> VkResult<Vec<&'static CStr>>

Query the required instance extensions for creating a surface from a window handle.

The returned extensions will include all extension dependencies.