Struct wgpu_hal::NagaShader
source · [−]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.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NagaShader
impl Send for NagaShader
impl Sync for NagaShader
impl Unpin for NagaShader
impl UnwindSafe for NagaShader
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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