VkGetPhysicalDeviceSurfaceSupportKHRNative typedef

VkGetPhysicalDeviceSurfaceSupportKHRNative = Int32 Function(Pointer<VkPhysicalDevice> physicalDevice, Uint32 queueFamilyIndex, Pointer<VkSurfaceKHR> surface, Pointer<Uint32> pSupported)

Implementation

typedef VkGetPhysicalDeviceSurfaceSupportKHRNative = Int32 Function(
    Pointer<VkPhysicalDevice> physicalDevice,
    Uint32 queueFamilyIndex,
    Pointer<VkSurfaceKHR> surface,
    Pointer<Uint32> pSupported);