pub struct DrawShaderAnalyser<'a> {
pub draw_shader_def: &'a DrawShaderDef,
pub scopes: &'a mut Scopes,
pub live_registry: &'a LiveRegistry,
pub shader_registry: &'a ShaderRegistry,
pub options: ShaderAnalyseOptions,
}
Fields
draw_shader_def: &'a DrawShaderDef
scopes: &'a mut Scopes
live_registry: &'a LiveRegistry
shader_registry: &'a ShaderRegistry
options: ShaderAnalyseOptions
Implementations
sourceimpl<'a> DrawShaderAnalyser<'a>
impl<'a> DrawShaderAnalyser<'a>
pub fn analyse_shader(&mut self) -> Result<(), LiveError>
Auto Trait Implementations
impl<'a> !RefUnwindSafe for DrawShaderAnalyser<'a>
impl<'a> !Send for DrawShaderAnalyser<'a>
impl<'a> !Sync for DrawShaderAnalyser<'a>
impl<'a> Unpin for DrawShaderAnalyser<'a>
impl<'a> !UnwindSafe for DrawShaderAnalyser<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more