Struct wgpu_hal::NagaShader
source · pub struct NagaShader {
pub module: Cow<'static, Module>,
pub info: ModuleInfo,
}
Expand description
Naga shader module.
Fields§
§module: Cow<'static, 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§
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