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

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

Provided methods

#[must_use]fn begin_texture_mode<'a>(
    &'a mut self,
    framebuffer: &'a mut RenderTexture2D
) -> RaylibTextureMode<'_, Self>

Loading content...

Implementors

impl<'_> RaylibTextureModeExt for &'_ mut RaylibHandle[src]

impl<'a> RaylibTextureModeExt for RaylibDrawHandle<'a>[src]

Loading content...