VkGetPhysicalDeviceSurfaceFormats2KHRNative typedef

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

Implementation

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