pub struct GraphCompiler;Implementations§
Source§impl GraphCompiler
impl GraphCompiler
pub fn compile(graph: &ShaderGraph) -> Result<CompiledShader, GraphError>
Auto Trait Implementations§
impl Freeze for GraphCompiler
impl RefUnwindSafe for GraphCompiler
impl Send for GraphCompiler
impl Sync for GraphCompiler
impl Unpin for GraphCompiler
impl UnsafeUnpin for GraphCompiler
impl UnwindSafe for GraphCompiler
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