pub trait SphericalWarperGpuTrait: SphericalWarperGpuTraitConst + WarperCreatorTrait {
// Required method
fn as_raw_mut_SphericalWarperGpu(&mut self) -> *mut c_void;
}
Expand description
Mutable methods for crate::stitching::SphericalWarperGpu