VkGetDisplayPlaneSupportedDisplaysKHRNative typedef

VkGetDisplayPlaneSupportedDisplaysKHRNative = Int32 Function(Pointer<VkPhysicalDevice> physicalDevice, Uint32 planeIndex, Pointer<NativeType> pDisplayCount, Pointer<Pointer<VkDisplayKHR>> pDisplays)

Implementation

typedef VkGetDisplayPlaneSupportedDisplaysKHRNative = Int32 Function(
    Pointer<VkPhysicalDevice> physicalDevice,
    Uint32 planeIndex,
    Pointer pDisplayCount,
    Pointer<Pointer<VkDisplayKHR>> pDisplays);