VkGetPhysicalDeviceSurfacePresentModes2EXTNative typedef

VkGetPhysicalDeviceSurfacePresentModes2EXTNative = Int32 Function(Pointer<VkPhysicalDevice> physicalDevice, Pointer<VkPhysicalDeviceSurfaceInfo2KHR> pSurfaceInfo, Pointer<NativeType> pPresentModeCount, Pointer<Int32> pPresentModes)

Implementation

typedef VkGetPhysicalDeviceSurfacePresentModes2EXTNative = Int32 Function(
    Pointer<VkPhysicalDevice> physicalDevice,
    Pointer<VkPhysicalDeviceSurfaceInfo2KHR> pSurfaceInfo,
    Pointer pPresentModeCount,
    Pointer<Int32> pPresentModes);