pub struct InputAssembly {
pub primitive_restart: Option<u32>,
}
Expand description
Input Assembly Descriptor.
Configures the input assembler for primitive shading.
Fields§
§primitive_restart: Option<u32>
Specifies if a special vertex index indicates a restart of the primitive assembly.
Trait Implementations§
Source§impl Clone for InputAssembly
impl Clone for InputAssembly
Source§fn clone(&self) -> InputAssembly
fn clone(&self) -> InputAssembly
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 Debug for InputAssembly
impl Debug for InputAssembly
impl Copy for InputAssembly
Auto Trait Implementations§
impl Freeze for InputAssembly
impl RefUnwindSafe for InputAssembly
impl Send for InputAssembly
impl Sync for InputAssembly
impl Unpin for InputAssembly
impl UnwindSafe for InputAssembly
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