pub fn plan_mesh_transfer(
bytes: &[u8],
request: &MeshTransferRequest,
rgba: &[u8],
) -> Result<MeshTransferPlan, String>Expand description
Textured mesh source. rgba carries the source image and the target’s
existing rasters; a point source is refused here.