Bill Hollings b6735878f3 VK_EXT_host_image_copy: On discrete GPUs, sync managed-memory textures before copying.
Discrete GPUs use managed-memory textures, and these need to be synchronized
from GPU memory before being available for host-copying to memory using the CPU.
Metal automatically handles the reverse sync when copying from memory to a texture.
2024-04-23 14:51:31 -04:00
..