Trait raylib::core::drawing::RaylibBlendModeExt[][src]

pub trait RaylibBlendModeExt where
    Self: Sized
{ fn begin_blend_mode(
        &mut self,
        blend_mode: BlendMode
    ) -> RaylibBlendMode<'_, Self> { ... } }

Provided methods

Implementors