Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/vulkano/src/buffer/
Dallocator.rs130 pub fn new(memory_allocator: A, create_info: SubbufferAllocatorCreateInfo) -> Self { in new()
131 let SubbufferAllocatorCreateInfo { in new() localVariable
412 pub struct SubbufferAllocatorCreateInfo { struct
435 impl Default for SubbufferAllocatorCreateInfo { argument
438 SubbufferAllocatorCreateInfo { in default()