VkGetPhysicalDeviceSurfacePresentModesKHR typedef

VkGetPhysicalDeviceSurfacePresentModesKHR = int Function(Pointer<VkPhysicalDevice> physicalDevice, Pointer<VkSurfaceKHR> surface, Pointer<NativeType> pPresentModeCount, Pointer<Int32> pPresentModes)

Implementation

typedef VkGetPhysicalDeviceSurfacePresentModesKHR = int Function(
    Pointer<VkPhysicalDevice> physicalDevice,
    Pointer<VkSurfaceKHR> surface,
    Pointer pPresentModeCount,
    Pointer<Int32> pPresentModes);