Home
last modified time | relevance | path

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

/external/rust/crates/vulkano/src/memory/pool/
Dhost_visible.rs24 pub struct StdHostVisibleMemoryTypePool { struct
31 impl StdHostVisibleMemoryTypePool { impl
40 pub fn new(device: Arc<Device>, memory_type: MemoryType) -> Arc<StdHostVisibleMemoryTypePool> { in new()