pub struct ComputeDescriptor {}
Expand description
Empty struct used for compute pipeline as a template
Trait Implementations§
Source§impl AttributeDescriptor for ComputeDescriptor
impl AttributeDescriptor for ComputeDescriptor
Source§fn get_attributes() -> &'static [Attribute]
fn get_attributes() -> &'static [Attribute]
Should return attributes of Vertex
Auto Trait Implementations§
impl Freeze for ComputeDescriptor
impl RefUnwindSafe for ComputeDescriptor
impl Send for ComputeDescriptor
impl Sync for ComputeDescriptor
impl Unpin for ComputeDescriptor
impl UnwindSafe for ComputeDescriptor
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