Trait webrender::scene_building::CreateShadow
source · pub trait CreateShadow {
// Required method
fn create_shadow(
&self,
shadow: &Shadow,
blur_is_noop: bool,
current_raster_space: RasterSpace,
) -> Self;
}
Required Methods§
fn create_shadow( &self, shadow: &Shadow, blur_is_noop: bool, current_raster_space: RasterSpace, ) -> Self
Object Safety§
This trait is not object safe.