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

pub trait RaylibTextureModeExt where
    Self: Sized
{ fn begin_texture_mode<'a>(
        &'a mut self,
        _: &RaylibThread,
        framebuffer: &'a mut RenderTexture2D
    ) -> RaylibTextureMode<'_, Self> { ... } }

Provided methods

Implementors