pub struct CombinedImageSampler {
pub combined_id: u32,
pub image_id: u32,
pub sampler_id: u32,
}Expand description
A stage or compute kernel.
Fields§
§combined_id: u32§image_id: u32§sampler_id: u32Trait Implementations§
Source§impl Clone for CombinedImageSampler
impl Clone for CombinedImageSampler
Source§fn clone(&self) -> CombinedImageSampler
fn clone(&self) -> CombinedImageSampler
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 CombinedImageSampler
impl Debug for CombinedImageSampler
Source§impl Hash for CombinedImageSampler
impl Hash for CombinedImageSampler
Source§impl PartialEq for CombinedImageSampler
impl PartialEq for CombinedImageSampler
impl Copy for CombinedImageSampler
impl Eq for CombinedImageSampler
impl StructuralPartialEq for CombinedImageSampler
Auto Trait Implementations§
impl Freeze for CombinedImageSampler
impl RefUnwindSafe for CombinedImageSampler
impl Send for CombinedImageSampler
impl Sync for CombinedImageSampler
impl Unpin for CombinedImageSampler
impl UnwindSafe for CombinedImageSampler
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