pub struct PlainTextShaderLoader;Expand description
Loader for plain-text shader source files.
The stage is inferred from the file extension.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PlainTextShaderLoader
impl RefUnwindSafe for PlainTextShaderLoader
impl Send for PlainTextShaderLoader
impl Sync for PlainTextShaderLoader
impl Unpin for PlainTextShaderLoader
impl UnsafeUnpin for PlainTextShaderLoader
impl UnwindSafe for PlainTextShaderLoader
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