Searched defs:SubbufferAllocator (Results 1 – 1 of 1) sorted by relevance
121 pub struct SubbufferAllocator<A = Arc<StandardMemoryAllocator>> { struct122 state: UnsafeCell<SubbufferAllocatorState<A>>, argument125 impl<A> SubbufferAllocator<A> impl263 unsafe impl<A> DeviceOwned for SubbufferAllocator<A> implementation