Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/buffer/
Dallocator.rs121 pub struct SubbufferAllocator<A = Arc<StandardMemoryAllocator>> { struct
122 state: UnsafeCell<SubbufferAllocatorState<A>>, argument
125 impl<A> SubbufferAllocator<A> impl
263 unsafe impl<A> DeviceOwned for SubbufferAllocator<A> implementation