Struct screen_13::driver::PipelineDescriptorInfo
source · [−]pub struct PipelineDescriptorInfo<P> where
P: SharedPointerKind, {
pub layouts: BTreeMap<u32, DescriptorSetLayout<P>>,
pub pool_sizes: BTreeMap<u32, BTreeMap<DescriptorType, u32>>,
}Fields
layouts: BTreeMap<u32, DescriptorSetLayout<P>>pool_sizes: BTreeMap<u32, BTreeMap<DescriptorType, u32>>Implementations
sourceimpl<P> PipelineDescriptorInfo<P> where
P: SharedPointerKind,
impl<P> PipelineDescriptorInfo<P> where
P: SharedPointerKind,
pub fn create(
device: &SharedPointer<Device<P>, P>,
descriptor_bindings: &DescriptorBindingMap
) -> Result<Self, DriverError> where
P: SharedPointerKind,
Trait Implementations
sourceimpl<P: Debug> Debug for PipelineDescriptorInfo<P> where
P: SharedPointerKind,
impl<P: Debug> Debug for PipelineDescriptorInfo<P> where
P: SharedPointerKind,
Auto Trait Implementations
impl<P> !RefUnwindSafe for PipelineDescriptorInfo<P>
impl<P> Send for PipelineDescriptorInfo<P> where
P: Send,
impl<P> Sync for PipelineDescriptorInfo<P> where
P: Sync,
impl<P> Unpin for PipelineDescriptorInfo<P>
impl<P> !UnwindSafe for PipelineDescriptorInfo<P>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more