Trait SphericalWarperGpuTraitConst

Source
pub trait SphericalWarperGpuTraitConst: WarperCreatorTraitConst {
    // Required method
    fn as_raw_SphericalWarperGpu(&self) -> *const c_void;

    // Provided method
    fn create(&self, scale: f32) -> Result<Ptr<Detail_RotationWarper>> { ... }
}
Expand description

Required Methods§

Provided Methods§

Implementors§