pub struct VulkanDeviceDescriptor {
pub wgpu_features: Features,
pub wgpu_experimental_features: ExperimentalFeatures,
pub wgpu_limits: Limits,
}๐Deprecated since 0.3.1:
This crate has been renamed. Please migrate to gpu-video.
Expand description
Describes a VulkanDevice.
Used by VulkanAdapter::create_device
Fieldsยง
ยงwgpu_features: Features๐Deprecated since 0.3.1:
ยงThis crate has been renamed. Please migrate to gpu-video.
wgpu_experimental_features: ExperimentalFeatures๐Deprecated since 0.3.1:
ยงThis crate has been renamed. Please migrate to gpu-video.
wgpu_limits: Limits๐Deprecated since 0.3.1:
This crate has been renamed. Please migrate to gpu-video.
Trait Implementationsยง
Sourceยงimpl Clone for VulkanDeviceDescriptor
impl Clone for VulkanDeviceDescriptor
Sourceยงfn clone(&self) -> VulkanDeviceDescriptor
fn clone(&self) -> VulkanDeviceDescriptor
Returns a duplicate of the value. Read more
1.0.0 ยท Sourceยงfn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSourceยงimpl Default for VulkanDeviceDescriptor
impl Default for VulkanDeviceDescriptor
Sourceยงfn default() -> VulkanDeviceDescriptor
fn default() -> VulkanDeviceDescriptor
Returns the โdefault valueโ for a type. Read more
Auto Trait Implementationsยง
impl Freeze for VulkanDeviceDescriptor
impl RefUnwindSafe for VulkanDeviceDescriptor
impl Send for VulkanDeviceDescriptor
impl Sync for VulkanDeviceDescriptor
impl Unpin for VulkanDeviceDescriptor
impl UnsafeUnpin for VulkanDeviceDescriptor
impl UnwindSafe for VulkanDeviceDescriptor
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