Overview Implements the memoryMapPlaced and memoryMapRangePlaced features of the VK_EXT_map_memory_placed extension (docs, proposal). Adds a field, MemoryMapInfo.placed_address for use with DeviceMemory::map and DeviceMemory::map_unchecked specifying an
…emory_placed extension (#2514) * add partial support for VK_EXT_map_memory_placed extension implements the memoryMapPlaced and memoryMapRangePlaced features * fix clippy lint * add tests I don't love these tests, they probably fail silently in CI * fix conflicting requirement * update test...