pub struct CombinedImageSampler {
pub combined_id: Handle<VariableId>,
pub image_id: Handle<VariableId>,
pub sampler_id: Handle<VariableId>,
}Expand description
A combined image sampler.
Fields§
§combined_id: Handle<VariableId>A handle to the created combined image sampler.
image_id: Handle<VariableId>A handle to the split image of the combined image sampler.
sampler_id: Handle<VariableId>A handle to the split sampler of the combined image sampler.
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