Searched defs:StdDescriptorPoolAlloc (Results 1 – 2 of 2) sorted by relevance
53 pub struct StdDescriptorPoolAlloc { struct64 type Alloc = StdDescriptorPoolAlloc; argument67 fn alloc(&mut self, layout: &DescriptorSetLayout) -> Result<StdDescriptorPoolAlloc, OomError> { in alloc()153 impl DescriptorPoolAlloc for StdDescriptorPoolAlloc { implementation165 impl Drop for StdDescriptorPoolAlloc { implementation
182 … ) -> Result<PersistentDescriptorSet<R, StdDescriptorPoolAlloc>, PersistentDescriptorSetBuildError> in build() argument