VkGetPhysicalDeviceDisplayPlaneProperties2KHRNative typedef

VkGetPhysicalDeviceDisplayPlaneProperties2KHRNative = Int32 Function(Pointer<VkPhysicalDevice> physicalDevice, Pointer<NativeType> pPropertyCount, Pointer<VkDisplayPlaneProperties2KHR> pProperties)

Implementation

typedef VkGetPhysicalDeviceDisplayPlaneProperties2KHRNative = Int32 Function(
    Pointer<VkPhysicalDevice> physicalDevice,
    Pointer pPropertyCount,
    Pointer<VkDisplayPlaneProperties2KHR> pProperties);