Home
last modified time | relevance | path

Searched refs:SubbufferAllocator (Results 1 – 1 of 1) sorted by relevance

/external/rust/android-crates-io/crates/vulkano/src/buffer/
Dallocator.rs121 pub struct SubbufferAllocator<A = Arc<StandardMemoryAllocator>> { struct
125 impl<A> SubbufferAllocator<A> implementation
155 SubbufferAllocator { in new()
263 unsafe impl<A> DeviceOwned for SubbufferAllocator<A> implementation
456 let buffer_allocator = SubbufferAllocator::new(memory_allocator, Default::default()); in reserve()
468 let buffer_allocator = SubbufferAllocator::new(memory_allocator, Default::default()); in capacity_increase()