pub struct DescriptorSet { /* private fields */ }Implementations§
Source§impl DescriptorSet
impl DescriptorSet
pub fn new( descriptor_pool: Arc<DescriptorPool>, layout: Arc<DescriptorSetLayout>, ) -> VkResult<Self>
pub fn handle(&self) -> DescriptorSet
pub fn layout(&self) -> &Arc<DescriptorSetLayout>
pub fn descriptor_pool(&self) -> &Arc<DescriptorPool>
Trait Implementations§
Source§impl DeviceOwned for DescriptorSet
impl DeviceOwned for DescriptorSet
Auto Trait Implementations§
impl Freeze for DescriptorSet
impl RefUnwindSafe for DescriptorSet
impl Send for DescriptorSet
impl Sync for DescriptorSet
impl Unpin 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