pub struct DawnShaderModuleSPIRVOptionsDescriptor {
pub allow_non_uniform_derivatives: Option<bool>,
}Fields§
§allow_non_uniform_derivatives: Option<bool>Implementations§
Trait Implementations§
Source§impl From<DawnShaderModuleSPIRVOptionsDescriptor> for ShaderModuleDescriptorExtension
impl From<DawnShaderModuleSPIRVOptionsDescriptor> for ShaderModuleDescriptorExtension
Source§fn from(ext: DawnShaderModuleSPIRVOptionsDescriptor) -> Self
fn from(ext: DawnShaderModuleSPIRVOptionsDescriptor) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DawnShaderModuleSPIRVOptionsDescriptor
impl RefUnwindSafe for DawnShaderModuleSPIRVOptionsDescriptor
impl Send for DawnShaderModuleSPIRVOptionsDescriptor
impl Sync for DawnShaderModuleSPIRVOptionsDescriptor
impl Unpin for DawnShaderModuleSPIRVOptionsDescriptor
impl UnsafeUnpin for DawnShaderModuleSPIRVOptionsDescriptor
impl UnwindSafe for DawnShaderModuleSPIRVOptionsDescriptor
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