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

pub trait RaylibShaderModeExt where
    Self: Sized
{ fn begin_shader_mode<'a>(
        &'a mut self,
        shader: &'a Shader
    ) -> RaylibShaderMode<'_, Self> { ... } }

Provided methods

Implementors