VkGetPhysicalDeviceSurfaceFormatsKHRNative typedef

VkGetPhysicalDeviceSurfaceFormatsKHRNative = Int32 Function(Pointer<VkPhysicalDevice> physicalDevice, Pointer<VkSurfaceKHR> surface, Pointer<NativeType> pSurfaceFormatCount, Pointer<VkSurfaceFormatKHR> pSurfaceFormats)

Implementation

typedef VkGetPhysicalDeviceSurfaceFormatsKHRNative = Int32 Function(
    Pointer<VkPhysicalDevice> physicalDevice,
    Pointer<VkSurfaceKHR> surface,
    Pointer pSurfaceFormatCount,
    Pointer<VkSurfaceFormatKHR> pSurfaceFormats);