Trait VulkanStructureProvider

Source
pub trait VulkanStructureProvider {
    type RootStructure;

    // Required method
    fn build<'r, 's: 'r>(
        &'s mut self,
        root: &'s mut Self::RootStructure,
    ) -> &'r mut GenericVulkanStructure;
}

Required Associated Types§

Required Methods§

Source

fn build<'r, 's: 'r>( &'s mut self, root: &'s mut Self::RootStructure, ) -> &'r mut GenericVulkanStructure

Implementors§