[][src]Trait rafx_resources::DescriptorSetInitializer

pub trait DescriptorSetInitializer<'a> {
    type Output;
    pub fn create_dyn_descriptor_set(
        descriptor_set: DynDescriptorSet,
        args: Self
    ) -> Self::Output;
pub fn create_descriptor_set(
        descriptor_set_allocator: &mut DescriptorSetAllocator,
        descriptor_set: DynDescriptorSet,
        args: Self
    ) -> RafxResult<DescriptorSetArc>; }

Associated Types

Loading content...

Required methods

pub fn create_dyn_descriptor_set(
    descriptor_set: DynDescriptorSet,
    args: Self
) -> Self::Output
[src]

pub fn create_descriptor_set(
    descriptor_set_allocator: &mut DescriptorSetAllocator,
    descriptor_set: DynDescriptorSet,
    args: Self
) -> RafxResult<DescriptorSetArc>
[src]

Loading content...

Implementors

Loading content...