pub trait ShaderScalable: ShaderScalableSealed { }
Expand description

A unit that is able to be scaled by the GPU shader.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T> ShaderScalable for T
where T: ScreenUnit,