pub fn copy_gpu_image(
runtime: &WgpuRuntime,
source: &GpuImage,
) -> SpatialResult<GpuImage>Expand description
Copies source into a new GPU image without host transfers.
pub fn copy_gpu_image(
runtime: &WgpuRuntime,
source: &GpuImage,
) -> SpatialResult<GpuImage>Copies source into a new GPU image without host transfers.