pub trait UpscaleMethod: Default { }
Expand description

Upscaling method to be used with TryUpscale2D, can be either NearestNeighbor or Bilinear.

Implementors§