VkGetPhysicalDeviceDisplayPlanePropertiesKHRNative typedef

VkGetPhysicalDeviceDisplayPlanePropertiesKHRNative = Int32 Function(Pointer<VkPhysicalDevice> physicalDevice, Pointer<NativeType> pPropertyCount, Pointer<VkDisplayPlanePropertiesKHR> pProperties)

Implementation

typedef VkGetPhysicalDeviceDisplayPlanePropertiesKHRNative = Int32 Function(
    Pointer<VkPhysicalDevice> physicalDevice,
    Pointer pPropertyCount,
    Pointer<VkDisplayPlanePropertiesKHR> pProperties);