VkGetPhysicalDevicePresentRectanglesKHR typedef

VkGetPhysicalDevicePresentRectanglesKHR = int Function(Pointer<VkPhysicalDevice> physicalDevice, Pointer<VkSurfaceKHR> surface, Pointer<NativeType> pRectCount, Pointer<VkRect2D> pRects)

Implementation

typedef VkGetPhysicalDevicePresentRectanglesKHR = int Function(
    Pointer<VkPhysicalDevice> physicalDevice,
    Pointer<VkSurfaceKHR> surface,
    Pointer pRectCount,
    Pointer<VkRect2D> pRects);