pub struct DescriptorSet { /* private fields */ }Implementations§
Source§impl DescriptorSet
impl DescriptorSet
pub fn handle(&self) -> DescriptorSet
pub fn write_buffer( &self, device: &Device, binding: u32, buffer: &RotexBuffer, offset: DeviceSize, range: DeviceSize, descriptor_type: DescriptorType, )
pub fn write_image_sampler( &self, device: &Device, binding: u32, image_view: ImageView, sampler: Sampler, image_layout: ImageLayout, )
Auto Trait Implementations§
impl Freeze for DescriptorSet
impl RefUnwindSafe for DescriptorSet
impl Send for DescriptorSet
impl Sync for DescriptorSet
impl Unpin for DescriptorSet
impl UnsafeUnpin for DescriptorSet
impl UnwindSafe for DescriptorSet
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