[][src]Type Definition unity_native_plugin_sys::PFN_vkGetPhysicalDeviceSurfaceSupportKHR

type PFN_vkGetPhysicalDeviceSurfaceSupportKHR = Option<unsafe extern "system" fn(physicalDevice: VkPhysicalDevice, queueFamilyIndex: u32, surface: VkSurfaceKHR, pSupported: *mut VkBool32) -> VkResult>;