VkGetPhysicalDeviceSurfaceFormats2KHR typedef

VkGetPhysicalDeviceSurfaceFormats2KHR = int Function(Pointer<VkPhysicalDevice> physicalDevice, Pointer<VkPhysicalDeviceSurfaceInfo2KHR> pSurfaceInfo, Pointer<NativeType> pSurfaceFormatCount, Pointer<VkSurfaceFormat2KHR> pSurfaceFormats)

Implementation

typedef VkGetPhysicalDeviceSurfaceFormats2KHR = int Function(
    Pointer<VkPhysicalDevice> physicalDevice,
    Pointer<VkPhysicalDeviceSurfaceInfo2KHR> pSurfaceInfo,
    Pointer pSurfaceFormatCount,
    Pointer<VkSurfaceFormat2KHR> pSurfaceFormats);