pub struct NagaShader {
pub module: Module,
pub info: ModuleInfo,
}
Expand description
Naga shader module.
Fields§
§module: Module
Shader module IR.
info: ModuleInfo
Analysis information of the module.
Auto Trait Implementations§
impl Freeze for NagaShader
impl RefUnwindSafe for NagaShader
impl Send for NagaShader
impl Sync for NagaShader
impl Unpin for NagaShader
impl UnwindSafe for NagaShader
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