VkGetPhysicalDeviceSurfacePresentModesKHRNative typedef

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

Implementation

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