VkGetPhysicalDeviceSurfacePresentModes2EXT typedef

VkGetPhysicalDeviceSurfacePresentModes2EXT = int Function(Pointer<VkPhysicalDevice> physicalDevice, Pointer<VkPhysicalDeviceSurfaceInfo2KHR> pSurfaceInfo, Pointer<NativeType> pPresentModeCount, Pointer<Int32> pPresentModes)

Implementation

typedef VkGetPhysicalDeviceSurfacePresentModes2EXT = int Function(
    Pointer<VkPhysicalDevice> physicalDevice,
    Pointer<VkPhysicalDeviceSurfaceInfo2KHR> pSurfaceInfo,
    Pointer pPresentModeCount,
    Pointer<Int32> pPresentModes);