Struct screen_13::driver::PipelineDescriptorInfo
source · [−]pub struct PipelineDescriptorInfo {
pub layouts: BTreeMap<u32, DescriptorSetLayout>,
pub pool_sizes: BTreeMap<u32, BTreeMap<DescriptorType, u32>>,
}Fields
layouts: BTreeMap<u32, DescriptorSetLayout>pool_sizes: BTreeMap<u32, BTreeMap<DescriptorType, u32>>Implementations
sourceimpl PipelineDescriptorInfo
impl PipelineDescriptorInfo
pub fn create(
device: &Arc<Device>,
descriptor_bindings: &DescriptorBindingMap
) -> Result<Self, DriverError>
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for PipelineDescriptorInfo
impl Send for PipelineDescriptorInfo
impl Sync for PipelineDescriptorInfo
impl Unpin for PipelineDescriptorInfo
impl !UnwindSafe for PipelineDescriptorInfo
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