Home
last modified time | relevance | path

Searched defs:StdDescriptorPoolAlloc (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/vulkano/src/descriptor_set/pool/
Dstandard.rs53 pub struct StdDescriptorPoolAlloc { struct
64 type Alloc = StdDescriptorPoolAlloc; argument
67 fn alloc(&mut self, layout: &DescriptorSetLayout) -> Result<StdDescriptorPoolAlloc, OomError> { in alloc()
153 impl DescriptorPoolAlloc for StdDescriptorPoolAlloc { implementation
165 impl Drop for StdDescriptorPoolAlloc { implementation
/external/rust/crates/vulkano/src/descriptor_set/
Dpersistent.rs182 … ) -> Result<PersistentDescriptorSet<R, StdDescriptorPoolAlloc>, PersistentDescriptorSetBuildError> in build() argument