[−][src]Struct wgpu::DeviceDescriptor
Describes a [Device
].
Fields
features: Features
Features that the device should support. If any feature is not supported by the adapter, creating a device will panic.
limits: Limits
Limits that the device should support. If any limit is "better" than the limit exposed by the adapter, creating a device will panic.
shader_validation: bool
Switch shader validation on/off. This is a temporary field that will be removed once our validation logic is complete.
Trait Implementations
impl Clone for DeviceDescriptor
[src][+]
impl Debug for DeviceDescriptor
[src][+]
impl Default for DeviceDescriptor
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for DeviceDescriptor
impl Send for DeviceDescriptor
impl Sync for DeviceDescriptor
impl Unpin for DeviceDescriptor
impl UnwindSafe for DeviceDescriptor
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,