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§
source§impl<'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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more