The type of the property maxMemoryAllocationSize is VkDeviceSize (aka uint64_t) but the listing on the website clamps at 9223372036854775807 (= (2^63)-1).
With the latest Nvidia driver advertising (2^64)-1 for this property, this causes different values to be reported between the Vulkan Caps Viewer and the website:


The type of the property
maxMemoryAllocationSizeisVkDeviceSize(akauint64_t) but the listing on the website clamps at 9223372036854775807 (= (2^63)-1).With the latest Nvidia driver advertising (2^64)-1 for this property, this causes different values to be reported between the Vulkan Caps Viewer and the website:

